summaryrefslogtreecommitdiff
path: root/html/notes/serialize.md
diff options
context:
space:
mode:
Diffstat (limited to 'html/notes/serialize.md')
-rw-r--r--html/notes/serialize.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/notes/serialize.md b/html/notes/serialize.md
index fb9963a..8e5d49b 100644
--- a/html/notes/serialize.md
+++ b/html/notes/serialize.md
@@ -40,10 +40,10 @@ This can be demonstrated as follows:
```
Compiling this with `guild` will yield an error, complaining about an
-"unhandled constant" represented as #<r6rs:hashtable ...> in the error
-message. What it's actually trying to say is that hash tables aren't
-constants, and the compiler doesn't know how to put them into the ELF
-file it's writing.
+"unhandled constant" represented as #&lt;r6rs:hashtable ...&gt; in the
+error message. What it's actually trying to say is that hash tables
+aren't constants, and the compiler doesn't know how to put them into
+the ELF file it's writing.
(At least, this is the case as of February 2025, using Guile 3.0.10;
who knows what the future will provide!)