Skip to content

Commit 98e8813

Browse files
committed
Merge pull request #662 from ethancrawford/sample_example_fix
Doc - Remove strange exclamation mark from 'sample' example
2 parents ef73ecb + 60cc577 commit 98e8813

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)