Merge pull request 'Fix formatting of docstring' (#1864) from glossing/fx-docstring into main

Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1864
This commit is contained in:
Aria
2026-01-01 20:20:33 +01:00
+2 -2
View File
@@ -3723,8 +3723,8 @@ export const phases = (list) => {
};
/**
* 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
* 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
* establish the controls of the given effect. See examples.
* @name FX
* @memberof Pattern