Fix formatting of docstring
This commit is contained in:
parent
ebaf7624f9
commit
e54b9c3a32
1 changed files with 2 additions and 2 deletions
|
|
@ -3723,8 +3723,8 @@ export const phases = (list) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Establishes an FX chain. Can be called by chaining .FX(<fx1>).FX(<fx2>)..
|
* Establishes an FX chain. Can be called by chaining .FX(fx1).FX(fx2)..
|
||||||
* calls and/or in a single .FX(<fx1>, <fx2>, ..) call. The <fx1>, .. are _patterns_ which
|
* calls and/or in a single .FX(fx1, fx2, ..) call. The fx1, .. are _patterns_ which
|
||||||
* establish the controls of the given effect. See examples.
|
* establish the controls of the given effect. See examples.
|
||||||
* @name FX
|
* @name FX
|
||||||
* @memberof Pattern
|
* @memberof Pattern
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue