Skip to content

Commit 9156f4a

Browse files
authored
Merge pull request #121 from ronensc/patch-2
Update config.go
2 parents b071ae5 + e47ad0c commit 9156f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/envconf/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ func (c *Config) NewClient() (klient.Client, error) {
117117
}
118118

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

0 commit comments

Comments
 (0)