fix: each example

This commit is contained in:
Felix Roos 2022-11-17 10:19:04 +01:00
parent 9717c696d8
commit f279c61792

View File

@ -1050,7 +1050,7 @@ export class Pattern {
* @param {function} func function to apply * @param {function} func function to apply
* @returns Pattern * @returns Pattern
* @example * @example
* note("c3 d3 e3 g3").every(4, x=>x.rev()) * note("c3 d3 e3 g3").each(4, x=>x.rev())
*/ */
each(n, func) { each(n, func) {
const pat = this; const pat = this;