summaryrefslogtreecommitdiff
path: root/notes/260107-decoder.md
diff options
context:
space:
mode:
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