Skip to content

Commit 2224d60

Browse files
Typo
1 parent 1ed2673 commit 2224d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_ecs/src/system/function_system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl SystemMeta {
6060
/// This is a very powerful and convenient tool for working with exclusive world access,
6161
/// allowing you to fetch data from the [`World`] as if you were running a [`System`].
6262
///
63-
/// Borrow-checking is handled for you, allowing you to mutably acccess multiple compatible system parameters at once,
63+
/// Borrow-checking is handled for you, allowing you to mutably access multiple compatible system parameters at once,
6464
/// and arbitrary system parameters (like [`EventWriter`](crate::event::EventWriter)) can be conveniently fetched.
6565
///
6666
/// For an alternative approach to split mutable access to the world, see [`World::resource_scope`].

0 commit comments

Comments
 (0)