Skip to content

Commit

Permalink
Fix typo in TextInputControl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 4b14a8b commit b5d81b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ public final void commitValue() {
}

/**
* If the field is currently being edited, this call will set text to the last commited value.
* If the field is currently being edited, this call will set text to the last committed value.
* @since JavaFX 8u40
*/
public final void cancelEdit() {
Expand Down

0 comments on commit b5d81b0

Please sign in to comment.