From 43c0177895bafaec1732d160b57ebc92d2e16ffb Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 6 Sep 2011 08:01:13 -0400 Subject: [PATCH] Fix minor formatting error. --- collects/mzlib/scribblings/pconvert.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/scribblings/pconvert.scrbl b/collects/mzlib/scribblings/pconvert.scrbl index 74e9db4bfb..a6b32b4a04 100644 --- a/collects/mzlib/scribblings/pconvert.scrbl +++ b/collects/mzlib/scribblings/pconvert.scrbl @@ -230,7 +230,7 @@ conversion when the value of @racket[constructor-style-printing] is @racket[#f]. If @racket[quasi-read-style-printing] is set to @racket[#f], then boxes and vectors are unquoted and represented using constructors. For example, the list of a box containing the number 1 -and a vector containing the number 1 is represented as @racket[`(,(box +and a vector containing the number 1 is represented as @racketresult[`(,(box 1) ,(vector 1))]. If the parameter's value is @racket[#t], then @racket[#&....] and @racket[#(....)] are used, e.g., @racket[`(#&1 #(1))]. The initial value of the parameter is @racket[#t].}