Skip to content

Commit 5f23bdd

Browse files
authored
Update index.html
1 parent 969f114 commit 5f23bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ <h1 class='text'>Polyrhythm - 5 over 4 - Two Layers</h1>
6969
var layer2 = beet.layer(fives, fivesCallback);
7070
beet.add(layer1);
7171
beet.add(layer2);
72-
beet..start();
72+
beet.start();
7373
</code></pre>
7474
</div>
7575
</section>

0 commit comments

Comments
 (0)