We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c5b98 commit 3aa0a79Copy full SHA for 3aa0a79
crates/bevy_ecs/src/world/mod.rs
@@ -37,8 +37,8 @@ pub use identifier::WorldId;
37
/// For complex access patterns involving [`SystemParam`](crate::system::SystemParam),
38
/// consider using [`SystemState`](crate::system::SystemState).
39
///
40
-/// For split mutable access to the [`World`], use [`World::resource_scope`] or
41
-/// [`SystemState`](crate::system::SystemState).
+/// To mutate different parts of the world simultaneously,
+/// use [`World::resource_scope`] or [`SystemState`](crate::system::SystemState).
42
43
/// # Resources
44
0 commit comments