We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747511a commit de3ffe9Copy full SHA for de3ffe9
crates/bevy_ecs/src/world/mod.rs
@@ -932,10 +932,9 @@ impl World {
932
}
933
934
935
- /// Temporarily removes the requested resource from this [`World`], then re-adds it before
936
- /// returning. This enables safe mutable access to a resource while still providing mutable
937
- /// world access
+ /// Temporarily removes the requested resource from this [`World`], then re-adds it before returning.
938
///
+ /// This enables safe simultaneous mutable access to both a resource and the rest of the [`World`].
939
/// For more complex access patterns, consider using [`SystemState`](crate::system::SystemState).
940
941
/// # Example
0 commit comments