From 1bd4328a520dfc6d58f92e0f441f3f56718b725d Mon Sep 17 00:00:00 2001 From: Varadarajan Aravamudhan Date: Tue, 31 Jan 2017 23:19:39 +0530 Subject: [PATCH] #514: Added quotes to list values in comment --- github/orgs_teams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/orgs_teams.go b/github/orgs_teams.go index 10cd4caa16..6ef5000b28 100644 --- a/github/orgs_teams.go +++ b/github/orgs_teams.go @@ -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"`