Skip to content

Commit

Permalink
Fix mistakes in OpenJFX docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 4647367 commit 2e0b2e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* <p>
* Drag and drop gesture can be started by calling {@code startDragAndDrop()}
* (on a node or scene) inside of a {@link MouseEvent#DRAG_DETECTED DRAG_DETECTED} event handler.
* The data to be transfered to drop target are placed to a {@code dragBoard}
* The data to be transferred to drop target are placed to a {@code dragBoard}
* at this moment.
* <p>
* Drag entered/exited events behave similarly to mouse entered/exited
Expand Down

0 comments on commit 2e0b2e0

Please sign in to comment.