Skip to content

Commit 03d0a4d

Browse files
committed
Change description in comment
1 parent f016f80 commit 03d0a4d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/nginx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ func WithTimeout(duration time.Duration) Option {
597597
}
598598
}
599599

600-
// WithMaxAPIVersion sets the flag to use the max API version.
600+
// WithMaxAPIVersion sets the API version to the max API version.
601601
func WithMaxAPIVersion() Option {
602602
return func(o *NginxClient) {
603603
version, err := o.GetMaxAPIVersion()

0 commit comments

Comments
 (0)