Skip to content

Commit 02d77ce

Browse files
authored
fixed a small typo
Hi, thanks for this great post! A joy to read! I stumbled about this "Not" and figured it might actually want to be a "Note"? But maybe thats due to to much coffee for me?
1 parent c3720ca commit 02d77ce

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)