From 5f2ef77c142dd57c8819df8090850f1a97e6b847 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 10 May 2010 20:40:51 -0600 Subject: [PATCH] fix reference typo --- collects/scribblings/reference/printer.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/printer.scrbl b/collects/scribblings/reference/printer.scrbl index 5d62b5dc29..a51ccbf30a 100644 --- a/collects/scribblings/reference/printer.scrbl +++ b/collects/scribblings/reference/printer.scrbl @@ -321,7 +321,7 @@ for which the structure is an instance: In @scheme[print] mode when @scheme[print-as-expression] is @scheme[#t], the structure's @scheme[prop:custom-write] procedure is called with either @scheme[0] or @scheme[1] as the - @tech{quoting} depth, normally depending on the structure's + @tech{quoting depth}, normally depending on the structure's @scheme[prop:custom-print-quotable] property value. If the property value is @scheme['always], the @tech{quoting depth} is normally @scheme[1]. If the property value is @scheme['maybe],