Skip to content

Commit 4b5135f

Browse files
committed
Fix event order in docs
1 parent a2f1a6c commit 4b5135f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_picking/src/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pub struct PickingEventWriters<'w> {
297297
/// + When a pointer moves over the target:
298298
/// [`Over`], [`Move`], [`Out`].
299299
/// + When a pointer presses buttons on the target:
300-
/// [`Down`], [`Up`], [`Click`].
300+
/// [`Down`], [`Click`], [`Up`].
301301
/// + When a pointer drags the target:
302302
/// [`DragStart`], [`Drag`], [`DragEnd`].
303303
/// + When a pointer drags something over the target:

0 commit comments

Comments
 (0)