fixed doc

This commit is contained in:
Jade Rowland 2023-11-07 22:57:00 -05:00
parent 4b4290e087
commit 06eb8b5be8

View File

@ -407,7 +407,7 @@ const generic_params = [
* The center frequency of the phaser in HZ * The center frequency of the phaser in HZ
* *
* @name phasercenter * @name phasercenter
* @param {number | Pattern} centerfrequency most useful values are between 0 and 1 * @param {number | Pattern} centerfrequency in HZ
* @example * @example
* run(8).scale("D:pentatonic").note().sound("sawtooth").release(0.5).phaser("2 8").phasercenter(2000) * run(8).scale("D:pentatonic").note().sound("sawtooth").release(0.5).phaser("2 8").phasercenter(2000)
* *