Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
q-uint committed Feb 10, 2020
1 parent e1b2e46 commit 0aec335
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func main() {
```

## tests
all the tests are currently run on an empty private repository.
all the tests are currently running on an empty private repository.
```shell script
export ZENHUB_SECRET="zenhub-token"
export GITHUB_SECRET="github-token"
Expand Down
2 changes: 1 addition & 1 deletion issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (c *Client) MoveIssueOld(repositoryID, issueNumber int, move MoveRequest) (
}

type Estimate struct {
Value *int `json:"estimate,omitempty"`
Value *int `json:"value,omitempty"`
}

// GetValue returns the Value field if it's non-nil, zero value otherwise.
Expand Down

0 comments on commit 0aec335

Please sign in to comment.