Browse Source

Fix typos in docs.

Dmitri Shuralyov 10 years ago
parent
commit
2570a87f54
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      github/issues.go

+ 2
- 2
github/issues.go View File

@ -156,10 +156,10 @@ type IssueListByRepoOptions struct {
// any assigned user.
Assignee string `url:"assignee,omitempty"`
// Assignee filters issues based on their creator.
// Creator filters issues based on their creator.
Creator string `url:"creator,omitempty"`
// Assignee filters issues to those mentioned a specific user.
// Mentioned filters issues to those mentioned a specific user.
Mentioned string `url:"mentioned,omitempty"`
// Labels filters issues based on their label.


Loading…
Cancel
Save