fix: each example
This commit is contained in:
parent
9717c696d8
commit
f279c61792
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue