From c43c3c22e5d0f872168c5b687141c7b08a188c5d Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Tue, 18 Mar 2025 21:39:23 +0100 Subject: Fix MD link. --- html/notes/nan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3