From 91d136120cf27d2d07d868166468964ed478e6f2 Mon Sep 17 00:00:00 2001 From: sorawee Date: Fri, 9 Apr 2021 18:44:06 +0700 Subject: [PATCH] doc: @racket[parameterizing] -> @racket[parameterize]-ing --- pkgs/racket-doc/syntax/scribblings/module-reader.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl b/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl index 1fba15b92f..63abae58ae 100644 --- a/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl +++ b/pkgs/racket-doc/syntax/scribblings/module-reader.scrbl @@ -126,7 +126,7 @@ identifiers used by the @racket[reader-option]s. @racket[read-syntax] functions are called. A @racket[#:wrapper1]-specified function must accept a thunk, and it normally calls the thunk to produce a result while - @racket[parameterizing] the call. Optionally, a + @racket[parameterize]-ing the call. Optionally, a @racket[#:wrapper1]-specified function can accept a boolean that indicates whether it is used in @racket[read] (@racket[#f]) or @racket[read-syntax] (@racket[#t]) mode.