Skip to content

Commit cac106c

Browse files
committed
Corrected a typo in Tutorial Time-State section
1 parent 10a0b5e commit cac106c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/doc/tutorial/10-State.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ might sound complex and difficult (in fact, in the UK, programming with
1919
multiple threads and shared memory is typically a university level
2020
subject). However, as you'll see, just like playing your first note,
2121
*Sonic Pi makes it incredibly simple to share state across threads*
22-
whilst still keeping your programs *thread-safe and deterministic.*
22+
whilst still keeping your programs *thread-safe and deterministic*.
2323

2424
Meet `get` and `set`...

0 commit comments

Comments
 (0)