Skip to content

Commit

Permalink
Merge pull request #34 from mp3000mp/docs/readme-empty-result-example…
Browse files Browse the repository at this point in the history
…-typo

docs: readme empty result example typo
  • Loading branch information
migueleliasweb committed Jul 18, 2022
2 parents 1984a6b + 01145eb commit e41d12b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -118,8 +118,8 @@ issues1, _, repo1Err := c.Issues.ListByRepo(ctx, "owner1", "repo1", &github.Issu

issues2, _, repo2Err := c.Issues.ListByRepo(ctx, "owner1", "repo2", &github.IssueListByRepoOptions{})

// len(issues1) == 0
// repo1Err == nil
// len(issues2) == 0
// repo2Err == nil
```

## Mocking errors from the API
Expand Down Expand Up @@ -226,4 +226,4 @@ Thanks for all ideas and feedback from the folks in [go-github](https://github.c

# License

This library is distributed under the MIT License found in LICENSE.
This library is distributed under the MIT License found in LICENSE.

0 comments on commit e41d12b

Please sign in to comment.