bevy/crates/bevy_ecs/src/query
Rob Parrett b77e3ef33a
Fix a few typos (#17292)
# Objective

Stumbled upon a `from <-> form` transposition while reviewing a PR,
thought it was interesting, and went down a bit of a rabbit hole.

## Solution

Fix em
2025-01-10 22:48:30 +00:00
..
access.rs Remove Implicit std Prelude from no_std Crates (#17086) 2025-01-03 01:58:43 +00:00
builder.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
error.rs Optimize Entities::entity_does_not_exist_error_details_message, remove UnsafeWorldCell from error (#17115) 2025-01-05 02:01:01 +00:00
fetch.rs Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
filter.rs Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
iter.rs Fix a few typos (#17292) 2025-01-10 22:48:30 +00:00
mod.rs Disallow requesting write resource access in Queries (#17116) 2025-01-06 19:04:26 +00:00
par_iter.rs Fix query transmute from table to archetype iteration unsoundness (#14615) 2024-08-27 00:58:40 +00:00
state.rs Disallow requesting write resource access in Queries (#17116) 2025-01-06 19:04:26 +00:00
world_query.rs Fix a few typos (#17292) 2025-01-10 22:48:30 +00:00