Skip to content

Commit 60cc577

Browse files
committed
Remove strange exclamation mark from 'sample' example
1 parent 01d224d commit 60cc577

File tree

1 file changed

+1
-1
lines changed
  • app/server/sonicpi/lib/sonicpi/mods

1 file changed

+1
-1
lines changed

app/server/sonicpi/lib/sonicpi/mods/sound.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@ def sample(path, *args_a_or_h)
22252225

22262226

22272227
examples: ["
2228-
!sample :perc_bell # plays one of Sonic Pi's built in samples",
2228+
sample :perc_bell # plays one of Sonic Pi's built in samples",
22292229
"sample '/home/yourname/path/to/a/sample.wav' # plays a wav|wave|aif|aiff file from your local filesystem",
22302230
"# Let's play with the rate parameter
22312231
# play one of the included samples

0 commit comments

Comments
 (0)