We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f1a24 commit e2f5eb5Copy full SHA for e2f5eb5
crates/bevy_ecs/src/world/unsafe_world_cell.rs
@@ -94,7 +94,7 @@ impl<'w> UnsafeWorldCell<'w> {
94
///
95
/// # Safety
96
/// - must have permission to access everything mutably
97
- /// - there must be no borrows on world
+ /// - there must be no other borrows on world
98
/// - returned borrow must not be used in any way if the world is accessed
99
/// through other means than the `&mut World` after this call.
100
pub unsafe fn world_mut(self) -> &'w mut World {
0 commit comments