diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
