mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
//!
|
||||
//! 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
|
||||
//! 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:
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue