Skip to content

Commit 03a068e

Browse files
authored
Fix typo in bevy_ecs (#16195)
Found this while reading the docs, I assume this is a typo.
1 parent 1f69bc1 commit 03a068e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_state/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//!
1818
//! Most of the utilities around state involve running systems during transitions between states, or
1919
//! determining whether to run certain systems, though they can be used more directly as well. This
20-
//! makes it easier to transition between menus, add loading screens, pause games, and the more.
20+
//! makes it easier to transition between menus, add loading screens, pause games, and more.
2121
//!
2222
//! Specifically, Bevy provides the following utilities:
2323
//!

0 commit comments

Comments
 (0)