We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0173d3a commit e47ad0cCopy full SHA for e47ad0c
pkg/envconf/config.go
@@ -116,8 +116,8 @@ func (c *Config) NewClient() (klient.Client, error) {
116
}
117
118
// Client is a constructor function that returns a previously
119
-// created klient.Client or create a new one based on configuration
120
-// 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
121
// are confident in the configuration or call NewClient() to ensure its
122
// safe creation.
123
func (c *Config) Client() klient.Client {
0 commit comments