#51 | Adjusted documentation

This commit is contained in:
Andres De Castro
2017-11-13 14:17:25 +02:00
parent 8f91ebc345
commit 0af761ece7
+1 -1
View File
@@ -55,7 +55,7 @@ func (e *emails) GetPrimaryEmailAddress() string {
return ""
}
// getBitbucketEmails Retrieves bitbucket user emails hiting the Bitbucket API emails service
// getBitbucketEmails Retrieves bitbucket user emails from the Bitbucket API emails service
func getBitbucketEmails(token TokenInfo) (emails, error) {
emailUrl := fmt.Sprintf("%v/user/emails?access_token=%v", bitbucketAPI, token.AccessToken)
userEmails := emails{}