Skip to content

Commit

Permalink
Merge pull request #121 from ronensc/patch-2
Browse files Browse the repository at this point in the history
Update config.go
  • Loading branch information
k8s-ci-robot committed Apr 26, 2022
2 parents b071ae5 + e47ad0c commit 9156f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/envconf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ func (c *Config) NewClient() (klient.Client, error) {
}

// Client is a constructor function that returns a previously
// created klient.Client or create a new one based on configuration
// previously set. Willpanic on any error so it recommended that you
// created klient.Client or creates a new one based on configuration
// previously set. Will panic on any error so it is recommended that you
// are confident in the configuration or call NewClient() to ensure its
// safe creation.
func (c *Config) Client() klient.Client {
Expand Down

0 comments on commit 9156f4a

Please sign in to comment.