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 Feb 6, 2024
1 parent 21b5d37 commit dbc9e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (c Client) Validate(s any) error {
if len(validationErrors) > 0 {
e := validationErrors[0]
errorString := fmt.Sprintf(
"Request validation error: '%s' = '%v' does not validate ",
"request validation error: '%s' = '%v' does not validate ",
e.StructNamespace(),
e.Value(),
)
Expand Down

0 comments on commit dbc9e23

Please # to comment.