Fix typo in bevy_ecs (#16195)

Found this while reading the docs, I assume this is a typo.
This commit is contained in:
Justin Schwab 2024-10-31 20:20:01 +01:00 committed by GitHub
parent 1f69bc1f96
commit 03a068e4d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
//! //!