aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.