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