From 09217216dc811938b492b62dc917c0c4d3ef0d59 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sun, 8 Jan 2023 23:48:32 +0100 Subject: [PATCH] format --- website/src/pages/learn/factories.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/src/pages/learn/factories.mdx b/website/src/pages/learn/factories.mdx index 957ecf78..03da950a 100644 --- a/website/src/pages/learn/factories.mdx +++ b/website/src/pages/learn/factories.mdx @@ -12,11 +12,11 @@ import { JsDoc } from '../../docs/JsDoc'; The following functions will return a pattern. Most of these are also used by the Mini Notation: -| function | mini | -| ------------------------------ | --------------- | -| `cat(x, y)` | `""` | -| `seq(x, y)` | `"x y"` | -| `stack(x, y)` | `"x,y"` | +| function | mini | +| ------------------------------ | ---------------- | +| `cat(x, y)` | `""` | +| `seq(x, y)` | `"x y"` | +| `stack(x, y)` | `"x,y"` | | `timeCat([3,x],[2,y])` | `"x@2 y@2"` | | `polymeter([a, b, c], [x, y])` | `"{a b c, x y}"` | | `polymeterSteps(2, x, y, z)` | `"{x y z}%2"` |