From f871e1c08c00c8d2c10a301453367ad039a9f2c8 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Sun, 4 Feb 2018 23:59:00 -0500 Subject: [PATCH] typo: 'outp' -> 'out' Change the prose to match the parameter name --- pkgs/racket-doc/json/json.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/json/json.scrbl b/pkgs/racket-doc/json/json.scrbl index 920225b94b..3ccd8beb81 100644 --- a/pkgs/racket-doc/json/json.scrbl +++ b/pkgs/racket-doc/json/json.scrbl @@ -64,7 +64,7 @@ the @rfc for more information about JSON. [#:encode encode (or/c 'control 'all) 'control]) any]{ Writes the @racket[x] @tech{jsexpr}, encoded as JSON, to the - @racket[outp] output port. + @racket[out] output port. By default, only ASCII control characters are encoded as ``@tt{\uHHHH}''. If @racket[encode] is given as @racket['all], then