From 595925e43645820ed450a11d98a2f302a55975f0 Mon Sep 17 00:00:00 2001 From: Alex Knauth Date: Fri, 24 Jul 2015 14:18:45 -0400 Subject: [PATCH] fix doc typos --- pkgs/racket-doc/scribblings/reference/readtables.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-doc/scribblings/reference/readtables.scrbl b/pkgs/racket-doc/scribblings/reference/readtables.scrbl index aaf097534f..9c7ba4ee26 100644 --- a/pkgs/racket-doc/scribblings/reference/readtables.scrbl +++ b/pkgs/racket-doc/scribblings/reference/readtables.scrbl @@ -175,8 +175,8 @@ Produces information about the mappings in @racket[readtable] for @item{either a character (mapping to the same behavior as the character in the default readtable), @racket['terminating-macro], or @racket['non-terminating-macro]; this result reports the main (i.e., - non-@racket['dispatch-macro]) mapping for @racket[key]. When the result - is a character, then @racket[key] is mapped to the same behavior as the + non-@racket['dispatch-macro]) mapping for @racket[char]. When the result + is a character, then @racket[char] is mapped to the same behavior as the returned character in the default readtable.} @item{either @racket[#f] or a reader-macro procedure; the result is a