We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68c6fa commit 1cf5264Copy full SHA for 1cf5264
framework-docs/modules/ROOT/pages/web/webflux/controller/ann-methods/arguments.adoc
@@ -89,9 +89,9 @@ and others) and is equivalent to `required=false`.
89
Note that use of `@ModelAttribute` is optional -- for example, to set its attributes.
90
See "`Any other argument`" later in this table.
91
92
-| `Errors`, `BindingResult`
+| `Errors` or `BindingResult`
93
| 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
+ `@ModelAttribute` argument. An `Errors` or `BindingResult` argument must be declared
95
immediately after the validated method argument.
96
97
| `SessionStatus` + class-level `@SessionAttributes`
0 commit comments