Merge branch '3.1.x'

Closes gh-36420
This commit is contained in:
Stephane Nicoll
2023-07-17 10:04:14 +02:00
8 changed files with 17 additions and 17 deletions

View File

@@ -230,7 +230,7 @@ public final class Bindable<T> {
}
/**
* Create an updated {@link Bindable} instance with a specifc bind method. To use
* Create an updated {@link Bindable} instance with a specific bind method. To use
* {@link BindMethod#VALUE_OBJECT value object binding}, the current instance must not
* have an existing or supplied value.
* @param bindMethod the method to use to bind the bindable