We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2673 commit 2224d60Copy full SHA for 2224d60
crates/bevy_ecs/src/system/function_system.rs
@@ -60,7 +60,7 @@ impl SystemMeta {
60
/// This is a very powerful and convenient tool for working with exclusive world access,
61
/// allowing you to fetch data from the [`World`] as if you were running a [`System`].
62
///
63
-/// Borrow-checking is handled for you, allowing you to mutably acccess multiple compatible system parameters at once,
+/// Borrow-checking is handled for you, allowing you to mutably access multiple compatible system parameters at once,
64
/// and arbitrary system parameters (like [`EventWriter`](crate::event::EventWriter)) can be conveniently fetched.
65
66
/// For an alternative approach to split mutable access to the world, see [`World::resource_scope`].
0 commit comments