Fix typo. Closes PR 10958.

This commit is contained in:
Sam Tobin-Hochstadt 2010-06-04 14:14:17 -04:00
parent f53898f8e6
commit 47218dcb16

View File

@ -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"]}