fix: @synonym -> @synonyms

This commit is contained in:
Felix Roos 2025-07-09 09:33:11 +02:00
parent edb347e85a
commit bfdfab0a00
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -448,7 +448,7 @@ export const { coarse } = registerControl('coarse');
* modulate the amplitude of a sound with a continuous waveform
*
* @name am
* @synonym tremolo
* @synonyms tremolo
* @param {number | Pattern} speed modulation speed in HZ
* @example
* s("triangle").am("2").amshape("<tri saw ramp square>").amdepth(.5)