Skip to content

Commit

Permalink
Fix typo in TextInputControlSkin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 8b3f7e7 commit 74e5c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ protected final boolean isForwardBias() {
*
* @param unit the unit of text to move by.
* @param dir the direction of movement.
* @param select whether to extends the selection to the new posititon.
* @param select whether to extends the selection to the new position.
*/
public abstract void moveCaret(TextUnit unit, Direction dir, boolean select);

Expand Down

0 comments on commit 74e5c38

Please sign in to comment.