diff --git a/collects/scribblings/reference/reader.scrbl b/collects/scribblings/reference/reader.scrbl index d3eee30d9d..3b5f8f79a2 100644 --- a/collects/scribblings/reference/reader.scrbl +++ b/collects/scribblings/reference/reader.scrbl @@ -90,7 +90,7 @@ on the next character or characters in the input stream as follows: @dispatch[@litchar["}"]]{matches @litchar["{"] or raises @Exn[exn:fail:read]} @dispatch[@litchar{"}]{starts a string; see @secref["parse-string"]} - @dispatch[@litchar{,}]{starts a quote; see @secref["parse-quote"]} + @dispatch[@litchar{'}]{starts a quote; see @secref["parse-quote"]} @dispatch[@litchar{`}]{starts a quasiquote; see @secref["parse-quote"]} @dispatch[@litchar{,}]{starts an [splicing] unquote; see @secref["parse-quote"]}