commit fc57dd624a9d7d25e514ac9009395f6826b8b8d0
parent f9cc826d5b3f2ae0798d8995ec5b3ecd1f78ea00
Author: Vincent St-Amour <stamourv@racket-lang.org>
Date: Mon, 24 Oct 2016 10:54:35 -0500
Move doc example for raw @ sign.
At Eli's suggestion.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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