Skip to content

Commit

Permalink
typo(comment): update func docs at integrations.go
Browse files Browse the repository at this point in the history
  • Loading branch information
afiune committed Mar 13, 2020
1 parent 052a771 commit 185e310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (c *Client) createIntegration(data interface{}, response interface{}) error
return err
}

// GetOneGCPConfigIntegration gets a single integration matching the integration guid available on the server
// GetGCPConfigIntegration gets a single integration matching the integration guid available on the server
func (c *Client) GetGCPConfigIntegration(intgGuid string) (response gcpIntegrationsResponse, err error) {
err = c.getIntegration(intgGuid, &response)
return
Expand Down

0 comments on commit 185e310

Please sign in to comment.