From fc57dd624a9d7d25e514ac9009395f6826b8b8d0 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 24 Oct 2016 10:54:35 -0500 Subject: [PATCH] Move doc example for raw @ sign. At Eli's suggestion. --- scribble-doc/scribblings/scribble/reader.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribble-doc/scribblings/scribble/reader.scrbl b/scribble-doc/scribblings/scribble/reader.scrbl index 68c9f55b..af8fc870 100644 --- a/scribble-doc/scribblings/scribble/reader.scrbl +++ b/scribble-doc/scribblings/scribble/reader.scrbl @@ -148,7 +148,6 @@ application, but it also useful when quoted with the usual Racket '@{foo bar baz} - @"@" }===| Finally, we can also drop the datum and text parts, which leaves us with @@ -173,6 +172,7 @@ expression. @scribble-examples|==={ @foo{(+ 1 2) -> @(+ 1 2)!} @foo{A @"string" escape} + @"@" }===| Note that an escaped Racket string is merged with the surrounding text