Fix incorrect stack Mini Notation

This commit is contained in:
samyk
2025-07-28 20:26:34 +02:00
parent 30c80119e9
commit 6ee9dea2ff
+1 -1
View File
@@ -1288,7 +1288,7 @@ export function sequenceP(pats) {
* @synonyms polyrhythm, pr
* @example
* stack("g3", "b3", ["e4", "d4"]).note()
* // "g3,b3,[e4,d4]".note()
* // "g3,b3,[e4 d4]".note()
*
* @example
* // As a chained function: