Skip to content

Commit 3aa0a79

Browse files
Clarity
1 parent 53c5b98 commit 3aa0a79

File tree

1 file changed

+2
-2
lines changed
  • crates/bevy_ecs/src/world

1 file changed

+2
-2
lines changed

crates/bevy_ecs/src/world/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ pub use identifier::WorldId;
3737
/// For complex access patterns involving [`SystemParam`](crate::system::SystemParam),
3838
/// consider using [`SystemState`](crate::system::SystemState).
3939
///
40-
/// For split mutable access to the [`World`], use [`World::resource_scope`] or
41-
/// [`SystemState`](crate::system::SystemState).
40+
/// To mutate different parts of the world simultaneously,
41+
/// use [`World::resource_scope`] or [`SystemState`](crate::system::SystemState).
4242
///
4343
/// # Resources
4444
///

0 commit comments

Comments
 (0)