Skip to content

Commit e6b9af7

Browse files
authored
Merge pull request #238 from DexterShepherd/master
Fix missing paren on p5.SoundLoop example sketch
2 parents 68daaa6 + 72f58a7 commit e6b9af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/soundLoop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ define(function (require) {
2020
* var looper1;
2121
*
2222
* function preload() {
23-
* click = loadSound('assets/drum.mp3'
23+
* click = loadSound('assets/drum.mp3');
2424
* }
2525
*
2626
* function setup() {

0 commit comments

Comments
 (0)