Skip to content

Commit

Permalink
#514: Added quotes to list values in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
varadarajana committed Jan 31, 2017
1 parent 7e8a9ee commit 1bd4328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/orgs_teams.go
Expand Up @@ -49,7 +49,7 @@ type Invitation struct {
ID *int `json:"id,omitempty"`
Login *string `json:"login,omitempty"`
Email *string `json:"email,omitempty"`
// Role can be one of the values - direct_member, admin, billing_manager, hiring_manager, or reinstate.
// Role can be one of the values - 'direct_member', 'admin', 'billing_manager', 'hiring_manager', or 'reinstate'.
Role *string `json:"role,omitempty"`
CreatedAt *time.Time `json:"created_at,omitempty"`
Inviter *User `json:"inviter,omitempty"`
Expand Down

0 comments on commit 1bd4328

Please sign in to comment.