aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src/coding/data-structures.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wiki_src/coding/data-structures.md')
-rw-r--r--docs/wiki_src/coding/data-structures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wiki_src/coding/data-structures.md b/docs/wiki_src/coding/data-structures.md
index 0516bf7..3d2a387 100644
--- a/docs/wiki_src/coding/data-structures.md
+++ b/docs/wiki_src/coding/data-structures.md
@@ -39,7 +39,7 @@ syntactic sugar.
- default syntactic sugar for numbers (optional suffix `t`),
e.g. `(+3)`{.bruijn}
-- encoding: `(+4)`{.bruijn}=`[[[[(1 (1 3))]]]]`,
+- encoding: `(+4)`{.bruijn}=`[[[[(1 (1 3))]]]]`{.bruijn},
`(-4)`{.bruijn}=`[[[[(2 (2 3))]]]]`{.bruijn}
- faster and more compact than binary[^1]
- positive and negative numbers