aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rhogenson@posteo.net>2022-04-22 21:51:43 -0700
committerRose Hogenson <rhogenson@posteo.net>2022-04-22 21:51:43 -0700
commitd4864ea01fd6c663d54dfff193ef3099cb416855 (patch)
tree5aa6017113e189765b76cccc77469b1d17415626
parentf486be671e7f50e0bd219ae40e19ea6b385de116 (diff)
downloadchromatopelma-d4864ea01fd6c663d54dfff193ef3099cb416855.tar.zst
Small update.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb2ba89..4d5024a 100644
--- a/README.md
+++ b/README.md
@@ -226,8 +226,8 @@ extensively from R6RS here.
> identifiers to information about the binding. (For a lambda
> expression, the expander might map each bound identifier to a
> representation of the formal parameter in the output of the expander.
-> For a let-syntax form, the expander might map each bound identifier to
-> the associated transformer.) These substitutions are applied to the
+> For a `let-syntax` form, the expander might map each bound identifier
+> to the associated transformer.) These substitutions are applied to the
> portions of the input form in which the binding is supposed to
> be visible.