summaryrefslogtreecommitdiff
path: root/notes/250210-immutable.md
diff options
context:
space:
mode:
Diffstat (limited to 'notes/250210-immutable.md')
-rw-r--r--notes/250210-immutable.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/250210-immutable.md b/notes/250210-immutable.md
index fddc0d8..e6e8d1e 100644
--- a/notes/250210-immutable.md
+++ b/notes/250210-immutable.md
@@ -26,8 +26,8 @@ get the value, we call `get`.
I've not yet made up my mind on whether pairs should be immutable by
default, but they probably should. Strings, as also mentioned in
-[symbols](symbols.html), will be immutable, since string constants
-will be the same thing as symbols.
+[symbols](250210-symbols.html), will be immutable, since string
+constants will be the same thing as symbols.
## Late additions