We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3720ca + 02d77ce commit 251ce2cCopy full SHA for 251ce2c
1 file changed
_posts/2022-01-10-bevy-labels.md
@@ -58,7 +58,7 @@ If you want to specify that some systems have to run before others,
58
you have to annotate this.
59
60
Here's another, slightly more complex example.
61
-Not that to not be immediately presented with a wall of text,
+Note that to not be immediately presented with a wall of text,
62
we have changed the `add_system` to `add_startup_system`.
63
This means the system is only run once, at start-up.
64
0 commit comments