Skip to content

Commit 1cf5264

Browse files
committed
Polishing
1 parent c68c6fa commit 1cf5264

File tree

1 file changed

+2
-2
lines changed
  • framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods

1 file changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/arguments.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ and others) and is equivalent to `required=false`.
8989
Note that use of `@ModelAttribute` is optional -- for example, to set its attributes.
9090
See "`Any other argument`" later in this table.
9191

92-
| `Errors`, `BindingResult`
92+
| `Errors` or `BindingResult`
9393
| For access to errors from validation and data binding for a command object, i.e. a
94-
`@ModelAttribute` argument. An `Errors`, or `BindingResult` argument must be declared
94+
`@ModelAttribute` argument. An `Errors` or `BindingResult` argument must be declared
9595
immediately after the validated method argument.
9696

9797
| `SessionStatus` + class-level `@SessionAttributes`

0 commit comments

Comments
 (0)