diff --git a/api/client.go b/api/client.go index fb66fbcd..2b7e6df4 100644 --- a/api/client.go +++ b/api/client.go @@ -71,7 +71,7 @@ func RefreshClient() { } } -// GetAPIClient returns the global DotEnv instance. +// GetClient returns the global Client instance. func GetClient() *Client { return apiClient }