diff --git a/etc/doc/tutorial/10-State.md b/etc/doc/tutorial/10-State.md index ed34e40075..0d2641d93e 100644 --- a/etc/doc/tutorial/10-State.md +++ b/etc/doc/tutorial/10-State.md @@ -19,6 +19,6 @@ might sound complex and difficult (in fact, in the UK, programming with multiple threads and shared memory is typically a university level subject). However, as you'll see, just like playing your first note, *Sonic Pi makes it incredibly simple to share state across threads* -whilst still keeping your programs *thread-safe and deterministic.*. +whilst still keeping your programs *thread-safe and deterministic*. Meet `get` and `set`...