Removing semicolon to be more idiomatic;;;

This commit is contained in:
Darius Kazemi 2025-10-11 17:52:26 -07:00
parent af53bab259
commit 9c5c71c31a

View file

@ -71,7 +71,7 @@ You can write your own chained function using `register`. Here's the above chain
.cutoff(500) .cutoff(500)
//.delay(0.5) //.delay(0.5)
.room(0.5) .room(0.5)
); )
note("a3 c#4 e4 a4").effectChain()`} note("a3 c#4 e4 a4").effectChain()`}
/> />