From 43caae97b7cae713824ef15831dafaea658f562e Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 4 Oct 2017 18:14:12 -0700 Subject: [PATCH] Doc typo --- pkgs/racket-doc/scribblings/reference/pretty-print.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl b/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl index 5eb68ff7c1..8cdc208305 100644 --- a/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl +++ b/pkgs/racket-doc/scribblings/reference/pretty-print.scrbl @@ -43,7 +43,7 @@ called appropriately). Use @racket[make-tentative-pretty-print-output-port] to obtain a port for tentative recursive prints (e.g., to check the length of the output). -If the @racket[newline?] argument is ommitted or supplied with true, +If the @racket[newline?] argument is omitted or supplied with true, the @racket[pretty-print-print-line] callback is called with false as the first argument to print the last newline after the printed value. If it is supplied with false, the @racket[pretty-print-print-line]