diff options
| author | Rose Hogenson <rhogenson@posteo.net> | 2022-04-22 21:51:43 -0700 |
|---|---|---|
| committer | Rose Hogenson <rhogenson@posteo.net> | 2022-04-22 21:51:43 -0700 |
| commit | d4864ea01fd6c663d54dfff193ef3099cb416855 (patch) | |
| tree | 5aa6017113e189765b76cccc77469b1d17415626 | |
| parent | f486be671e7f50e0bd219ae40e19ea6b385de116 (diff) | |
| download | chromatopelma-d4864ea01fd6c663d54dfff193ef3099cb416855.tar.zst | |
Small update.
| -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. |
