From e43fa461a424a1f47c13fb3f02004abbddb90952 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 29 Jan 2011 13:32:13 -0600 Subject: [PATCH] doc typo --- collects/mzlib/scribblings/pconvert.scrbl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/collects/mzlib/scribblings/pconvert.scrbl b/collects/mzlib/scribblings/pconvert.scrbl index d3b51ab9e2..e7487c201c 100644 --- a/collects/mzlib/scribblings/pconvert.scrbl +++ b/collects/mzlib/scribblings/pconvert.scrbl @@ -135,8 +135,9 @@ integer.} @defparam[current-print-convert-hook hook - (any/c/ (any/c . -> . any/c) - (any/c . -> . any/c))]{ + (any/c (any/c . -> . any/c) + (any/c . -> . any/c) + . -> . any/c)]{ Parameter that sets a procedure used by @scheme[print-convert] and @scheme[print-convert-expr] to convert values. The procedure