mirror of
https://github.com/bevyengine/bevy
synced 2024-12-22 02:53:07 +00:00
593d41ce58
# Objective - `World::get_resource`'s comment on it's `unsafe` usage meant to say "mutably" but instead said "immutably." - Fixes #11430. ## Solution - Replace "immutably" with "mutably." |
||
---|---|---|
.. | ||
entity | ||
identifier | ||
query | ||
reflect | ||
schedule | ||
storage | ||
system | ||
world | ||
archetype.rs | ||
bundle.rs | ||
change_detection.rs | ||
component.rs | ||
event.rs | ||
lib.rs | ||
removal_detection.rs |