bevy/crates/bevy_ecs/src/query
Rob Parrett 7d2e6cb468
Fix typo in docs for Has (#11028)
# Objective

Fix typo

## Solution

Put the letter `i` in there.
2023-12-19 17:59:34 +00:00
..
access.rs Allow disjoint mutable world access via EntityMut (#9419) 2023-08-28 23:30:59 +00:00
error.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
fetch.rs Fix typo in docs for Has (#11028) 2023-12-19 17:59:34 +00:00
filter.rs Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
iter.rs Rename Q type parameter to D when referring to WorldQueryData (#10782) 2023-12-13 18:50:46 +00:00
mod.rs Rename Q type parameter to D when referring to WorldQueryData (#10782) 2023-12-13 18:50:46 +00:00
par_iter.rs Rename Q type parameter to D when referring to WorldQueryData (#10782) 2023-12-13 18:50:46 +00:00
state.rs Simplify lifetimes in QueryState methods (#10937) 2023-12-14 17:26:03 +00:00
world_query.rs Rename WorldQueryData & WorldQueryFilter to QueryData & QueryFilter (#10779) 2023-12-12 19:45:50 +00:00