Browse Source

update UserListOptions docs

As of [fccbb9520b (diff-e754c06a3071f63f53cee61571452b4c),) `Users.List` method was updated to `Users.ListAll`. This commit updates the documentation for `UserListOptions` to reflect that change.
Francis 10 years ago
committed by Will Norris
parent
commit
cf52ab072c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/users.go

+ 1
- 1
github/users.go View File

@ -113,7 +113,7 @@ func (s *UsersService) Edit(user *User) (*User, *Response, error) {
return uResp, resp, err
}
// UserListOptions specifies optional parameters to the UsersService.List
// UserListOptions specifies optional parameters to the UsersService.ListAll
// method.
type UserListOptions struct {
// ID of the last user seen


Loading…
Cancel
Save