summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2025-03-18 21:39:23 +0100
committerTaylan Kammer <taylan.kammer@gmail.com>2025-03-18 21:39:23 +0100
commitc43c3c22e5d0f872168c5b687141c7b08a188c5d (patch)
treec8e5d1f1619c763ccaa0a02cef531a29498e0290
parent6273f9fd55625ac088b0c753c43fb4661b0011e2 (diff)
Fix MD link.
-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.