Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
api: fix wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
profclems committed Sep 10, 2021
1 parent d0c3fd3 commit 613cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func RefreshClient() {
}
}

// GetAPIClient returns the global DotEnv instance.
// GetClient returns the global Client instance.
func GetClient() *Client {
return apiClient
}
Expand Down

0 comments on commit 613cff2

Please sign in to comment.