Skip to content

Commit

Permalink
Fix typo in TextFormatter.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 29f3f3e commit 5504e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public TextFormatter(@NamedArg("valueConverter") StringConverter<V> valueConvert
* The converter between the values and text.
* It maintains a "binding" between the {@link javafx.scene.control.TextInputControl#textProperty()} }
* and {@link #valueProperty()} }. The value is updated when the control loses it's focus or it is committed (TextField only).
* Setting the value will update the text of the control, usin the provided converter.
* Setting the value will update the text of the control, using the provided converter.
*
* If it's impossible to convert text to value, an exception should be thrown.
* @return StringConverter for values or null if none provided
Expand Down

0 comments on commit 5504e9d

Please sign in to comment.