Fix typo in bevy_ecs (#16195)
Found this while reading the docs, I assume this is a typo.
This commit is contained in:
parent
1f69bc1f96
commit
03a068e4d1
@ -17,7 +17,7 @@
|
|||||||
//!
|
//!
|
||||||
//! Most of the utilities around state involve running systems during transitions between states, or
|
//! Most of the utilities around state involve running systems during transitions between states, or
|
||||||
//! determining whether to run certain systems, though they can be used more directly as well. This
|
//! determining whether to run certain systems, though they can be used more directly as well. This
|
||||||
//! makes it easier to transition between menus, add loading screens, pause games, and the more.
|
//! makes it easier to transition between menus, add loading screens, pause games, and more.
|
||||||
//!
|
//!
|
||||||
//! Specifically, Bevy provides the following utilities:
|
//! Specifically, Bevy provides the following utilities:
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user