Skip to content

Commit 251ce2c

Browse files
author
Pascal Hertleif
authored
Merge pull request #42 from themasch/patch-1
fixed a small typo
2 parents c3720ca + 02d77ce commit 251ce2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2022-01-10-bevy-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you want to specify that some systems have to run before others,
5858
you have to annotate this.
5959

6060
Here's another, slightly more complex example.
61-
Not that to not be immediately presented with a wall of text,
61+
Note that to not be immediately presented with a wall of text,
6262
we have changed the `add_system` to `add_startup_system`.
6363
This means the system is only run once, at start-up.
6464

0 commit comments

Comments
 (0)