Polishing

This commit is contained in:
Sam Brannen
2021-04-16 11:44:48 +02:00
parent 320f5836b4
commit 5d297c6387
2 changed files with 4 additions and 4 deletions

View File

@@ -501,7 +501,7 @@ the various `PropertyEditor` implementations that Spring provides:
| `LocaleEditor`
| Can resolve strings to `Locale` objects and vice-versa (the string format is
`[language]\_[country]_[variant]`, same as the `toString()` method of
`Locale`). Also accepts spaces as separators, as alternative to underscores.
`Locale`). Also accepts spaces as separators, as an alternative to underscores.
By default, registered by `BeanWrapperImpl`.
| `PatternEditor`