Skip to content

Commit a9aa0fb

Browse files
authored
Fix client doc for WithEnv func (#1638)
1 parent ff6174a commit a9aa0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scw/client_option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func WithProfile(p *Profile) ClientOption {
112112
}
113113
}
114114

115-
// WithProfile client option configures a client from the environment variables.
115+
// WithEnv client option configures a client from the environment variables.
116116
func WithEnv() ClientOption {
117117
return WithProfile(LoadEnvProfile())
118118
}

0 commit comments

Comments
 (0)