Skip to content

Commit 22322cb

Browse files
authored
Update Code Snippet to Agree with Text
In the YAML code snippet showing the reader an example of how to build their first mode, line 4 of the snippet "start_events: ball_started" should read "start_events: ball_starting" in order to agree with the rest of the documentation on this page.
1 parent fce0194 commit 22322cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/14_add_a_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ look like this:
9797
##! mode: my_mode
9898
#config_version=5
9999
mode:
100-
start_events: ball_started
100+
start_events: ball_starting
101101
priority: 100
102102
```
103103

0 commit comments

Comments
 (0)