Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <15922119+pierre-emmanuelJ@users.noreply.github.com>
  • Loading branch information
pierre-emmanuelJ committed Dec 14, 2023
1 parent ff3d36b commit 4d22008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -68,7 +68,7 @@ func ClientOptWithURL(url URL) ClientOpt {
}
}

// ClientOptWithURL returns a ClientOpt With a given RequestEditors.
// ClientOptWithRequestEditors returns a ClientOpt With given RequestEditors.
func ClientOptWithRequestEditors(f ...RequestEditorFn) ClientOpt {
return func(c *Client) error {
c.requestEditors = append(c.requestEditors, f...)
Expand Down

0 comments on commit 4d22008

Please # to comment.