bevy/crates/bevy_ecs/src
dav-wolff 1b0475f234
Fix typo in Query::single_mut docs (#13916)
# Objective

- Fix a typo in documentation for `Query::single_mut`

## Solution

- Change `item` to `items`

## Testing

- I built the documentation and it looked fine.
- Since this only affects a doc comment, no further testing should be
necessary.

---

## Changelog

> This section is optional. If this was a trivial fix, or has no
externally-visible impact, you can delete this section.

- Fixed a typo in the documentation for Query.
2024-06-18 19:55:37 +00:00
..
entity Update serialize flag for bevy_ecs (#13740) 2024-06-10 16:37:59 +00:00
event Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
identifier feat: Reflection implementations on Identifier (#13648) 2024-06-03 16:33:14 +00:00
observer Update observer archetype flags for sparse components (#13886) 2024-06-17 15:15:30 +00:00
query Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
reflect Map entities from a resource when written to the world. (#13650) 2024-06-03 16:33:24 +00:00
schedule Use a unstable sort to sort component ids in bevy_ecs (#13789) 2024-06-17 14:56:19 +00:00
storage Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
system Fix typo in Query::single_mut docs (#13916) 2024-06-18 19:55:37 +00:00
world Fix lints introduced in Rust beta 1.80 (#13899) 2024-06-17 17:22:01 +00:00
archetype.rs Update observer archetype flags for sparse components (#13886) 2024-06-17 15:15:30 +00:00
batching.rs Parallel event reader (#12554) 2024-04-22 16:37:42 +00:00
bundle.rs Use a unstable sort to sort component ids in bevy_ecs (#13789) 2024-06-17 14:56:19 +00:00
change_detection.rs Implement WorldQuery and QueryData on Mut. (#13338) 2024-05-14 12:38:31 +00:00
component.rs Revert "constrain WorldQuery::init_state argument to ComponentInitial… (#13804) 2024-06-11 22:54:42 +00:00
intern.rs Moves intern and label modules into bevy_ecs (#12772) 2024-04-08 15:34:11 +00:00
label.rs Add mappings to EntityMapper (#13727) 2024-06-08 12:52:23 +00:00
lib.rs Generalised ECS reactivity with Observers (#10839) 2024-06-15 01:33:26 +00:00
removal_detection.rs Remove extra call to clear_trackers (#13762) 2024-06-10 18:06:05 +00:00