Skip to content

Commit 8481462

Browse files
committed
Docs - fix minor error.
1 parent 9cb1c61 commit 8481462

File tree

1 file changed

+1
-1
lines changed
  • app/server/ruby/lib/sonicpi/lang

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/lang/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4460,7 +4460,7 @@ def in_thread(*opts, &block)
44604460
opts: {:name => "Make this thread a named thread with name. If a thread with this name already exists, a new thread will not be created.",
44614461
:delay => "Initial delay in beats before the thread starts. Default is 0.",
44624462
:sync => "Initial sync symbol. Will sync with this symbol before the thread starts.",
4463-
:sync_bpm => "Initial sync symbol. Will sync with this symbol before the live_loop starts. Live loop will also inherit the BPM of the thread which cued the symbol.",},
4463+
:sync_bpm => "Initial sync symbol. Will sync with this symbol before the thread starts. Thread will also inherit the BPM of the thread which cued the symbol.",},
44644464
accepts_block: true,
44654465
requires_block: true,
44664466
async_block: true,

0 commit comments

Comments
 (0)