aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/wiki_src/coding/mixfix.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/wiki_src/coding/mixfix.md')
-rw-r--r--docs/wiki_src/coding/mixfix.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/wiki_src/coding/mixfix.md b/docs/wiki_src/coding/mixfix.md
index d0838cf..43e2100 100644
--- a/docs/wiki_src/coding/mixfix.md
+++ b/docs/wiki_src/coding/mixfix.md
@@ -41,8 +41,7 @@ chain is not actually overwritten by *another* mixfix chain.
``` bruijn
:test ((+8) + (-4) ⋅ (-2)) ((-8))
-# (don't do this)
-…+…⋅… [[[(+16)]]]
+…+…⋅… [[[2 + (1 ⋅ 0)]]]
:test ((+8) + (-4) ⋅ (-2)) ((+16))
```