Skip to content

Commit 525407e

Browse files
committed
Merge branch '6.1.x'
2 parents cbe2f36 + 53b9a2c commit 525407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/core/validation/validator.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ methods it offers can be found in the {spring-framework-api}/validation/Errors.h
198198
Validators may also get locally invoked for the immediate validation of a given object,
199199
not involving a binding process. As of 6.1, this has been simplified through a new
200200
`Validator.validateObject(Object)` method which is available by default now, returning
201-
a simple ´Errors` representation which can be inspected: typically calling `hasErrors()`
201+
a simple `Errors` representation which can be inspected: typically calling `hasErrors()`
202202
or the new `failOnError` method for turning the error summary message into an exception
203203
(for example, `validator.validateObject(myObject).failOnError(IllegalArgumentException::new)`).
204204

0 commit comments

Comments
 (0)