dedupe most of core api doc

This commit is contained in:
Felix Roos 2022-09-17 22:46:30 +02:00
parent b38b16f70e
commit 19b8f073b1
3 changed files with 127 additions and 152 deletions

View file

@ -74,7 +74,7 @@ export const square2 = square._toBipolar();
*
* @return {Pattern}
* @example
* triangle.segment(2).range(0,7).scale('C minor')
* tri.segment(8).range(0,7).scale('C minor')
*
*/
export const tri = fastcat(isaw, saw);