From 3679f6f675911e609bcb33cf5dba3c8ee12be3b2 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Thu, 4 Jun 2009 19:55:30 +0000 Subject: [PATCH] Typo in reader documentation: #, listed twice instead of #' and #, svn: r15082 --- collects/scribblings/reference/reader.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/reader.scrbl b/collects/scribblings/reference/reader.scrbl index 261f3dc612..54b5e6babc 100644 --- a/collects/scribblings/reference/reader.scrbl +++ b/collects/scribblings/reference/reader.scrbl @@ -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"]}