Browse Source

Fix typo in ListOrgMembershipsOptions

Chris Broadfoot 10 years ago
parent
commit
a68b0c3720
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/orgs_members.go

+ 1
- 1
github/orgs_members.go View File

@ -172,7 +172,7 @@ func (s *OrganizationsService) ConcealMembership(org, user string) (*Response, e
// ListOrgMembershipsOptions specifies optional parameters to the
// OrganizationsService.ListOrgMemberships method.
type ListOrgMembershipsOptions struct {
// Filter memberships to include only those withe the specified state.
// Filter memberships to include only those with the specified state.
// Possible values are: "active", "pending".
State string `url:"state,omitempty"`


Loading…
Cancel
Save