diff --git a/v3/api.go b/v3/api.go index cbdb31b28..9b6c1c45e 100644 --- a/v3/api.go +++ b/v3/api.go @@ -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(), )