summaryrefslogtreecommitdiff
path: root/notes/260107-decoder.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-05-23 22:22:57 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-05-23 22:22:57 +0200
commit378f8598a5a57b731948241e41f584f5172dc2a2 (patch)
treee9352110efe5b204a5abe7e00693be2004aab4e5 /notes/260107-decoder.md
parentf1f134d072e375335be5c1203095115fef1db253 (diff)
An update of sorts.
Diffstat (limited to 'notes/260107-decoder.md')
-rw-r--r--notes/260107-decoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/260107-decoder.md b/notes/260107-decoder.md
index a1118b7..5fa3677 100644
--- a/notes/260107-decoder.md
+++ b/notes/260107-decoder.md
@@ -191,7 +191,7 @@ However, this causes such custom object literals to not stand out:
```
For this reason, it would be a convention that decoder rules are used
-to implement new object literal syntax, and macros used for then you
+to implement new object literal syntax, and macros used for when you
want to output code, with hygienic bindings.
```scheme