bevy/crates/bevy_picking/src
Rob Parrett da5d2fccf5
Fix some duplicate words in docs/comments (#15980)
# Objective

Stumbled upon one of these, and set off in search of more, armed with my
trusty `\b(\w+)\s+\1\b`.

## Solution

Remove ~one~ one of them.
2024-10-20 01:03:27 +00:00
..
mesh_picking Add mesh picking backend and MeshRayCast system parameter (#15800) 2024-10-13 17:24:19 +00:00
backend.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
events.rs Fix some duplicate words in docs/comments (#15980) 2024-10-20 01:03:27 +00:00
focus.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
input.rs Migrate bevy picking (#15690) 2024-10-07 16:26:37 +00:00
lib.rs Fix some duplicate words in docs/comments (#15980) 2024-10-20 01:03:27 +00:00
pointer.rs Add read-only access to PointerInteraction (#15964) 2024-10-16 21:21:19 +00:00