aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/code.js2
-rw-r--r--docs/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/code.js b/docs/code.js
index 8fd7158..599068e 100644
--- a/docs/code.js
+++ b/docs/code.js
@@ -11,7 +11,7 @@ const term = (t) =>
.replaceAll(/'([^\'])'/g, "<span class='string'>'$1'</span>")
.replaceAll(/"([^\"]*)"/g, "<span class='string'>\"$1\"</span>")
.replaceAll(
- /(\([+-][0-9]+\.[0-9]+[frc]?\))/g,
+ /(\([+-][0-9]+\.[0-9]+[qr]?\))/g,
"<span class='number'>$1</span>",
)
.replaceAll(/(\([+-][0-9]+[ubtd]?\))/g, "<span class='number'>$1</span>")
diff --git a/docs/index.html b/docs/index.html
index 837492f..931b706 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -153,7 +153,7 @@ in std/Number/Unary.bruijn:35
<li>
Compiled binary lambda calculus is incredibly expressive and tiny.
Read the articles by
- <a href="https://justine.lol/lambda/#why">Justine</a> and
+ <a href="https://justine.lol/lambda/#why">Jart</a> and
<a href="https://tromp.github.io/cl/cl.html">Tromp</a>.
</li>
<li>