summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html/notes/nan.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/notes/nan.md b/html/notes/nan.md
index 35a562f..f8f3f80 100644
--- a/html/notes/nan.md
+++ b/html/notes/nan.md
@@ -406,7 +406,7 @@ missing, so we automatically avoid the forbidden zero payload.
### What the heck is a "short string"?
-Remember that (strings are immutable)[symbols.html] in Zisp. This allows us
+Remember that [strings are immutable](symbols.html) in Zisp. This allows us
to use an amazing optimization where short strings can be represented as
immediate values.