From d4864ea01fd6c663d54dfff193ef3099cb416855 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 22 Apr 2022 21:51:43 -0700 Subject: Small update. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.3.1