Skip to content

Commit 9bb9dfb

Browse files
authored
Merge pull request #2864 from MukulKolpe/typo
2 parents e6eae2e + cac106c commit 9bb9dfb

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)