Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Dec 13, 2023
1 parent 7509c52 commit 8aa2ef2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ test/
listApis.json
public-api.json
release
v3/generator/source.yaml
6 changes: 3 additions & 3 deletions v3/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v3/generator/client/client.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func ClientOptWithTrace() ClientOpt {
}
}

// ClientOptWithURL returns a ClientOpt With a given zone.
// ClientOptWithURL returns a ClientOpt With a given zone URL.
func ClientOptWithURL(url URL) ClientOpt {
return func(c *Client) error {
c.serverURL = string(url)
Expand Down

0 comments on commit 8aa2ef2

Please sign in to comment.