Typo in reader documentation: #, listed twice instead of #' and #,

svn: r15082
This commit is contained in:
Carl Eastlund 2009-06-04 19:55:30 +00:00
parent 5e6153628b
commit 3679f6f675

View File

@ -116,7 +116,7 @@ on the next character or characters in the input stream as follows:
@dispatch[@litchar{#|}]{starts a block comment; see @secref["parse-comment"]}
@dispatch[@litchar{#;}]{starts an S-expression comment; see @secref["parse-comment"]}
@dispatch[@litchar{#,}]{starts a syntax quote; see @secref["parse-quote"]}
@dispatch[@litchar{#'}]{starts a syntax quote; see @secref["parse-quote"]}
@dispatch[@litchar{#! }]{starts a line comment; see @secref["parse-comment"]}
@dispatch[@litchar{#!/}]{starts a line comment; see @secref["parse-comment"]}
@dispatch[@litchar{#!}]{may start a reader extension; see @secref["parse-reader"]}