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.
2 parents b071ae5 + e47ad0c commit 9156f4aCopy full SHA for 9156f4a
pkg/envconf/config.go
@@ -117,8 +117,8 @@ func (c *Config) NewClient() (klient.Client, error) {
117
}
118
119
// 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
+// created klient.Client or creates a new one based on configuration
+// previously set. Will panic on any error so it is recommended that you
122
// are confident in the configuration or call NewClient() to ensure its
123
// safe creation.
124
func (c *Config) Client() klient.Client {
0 commit comments