This commit is contained in:
Rommel Martinez 2017-10-22 13:48:21 +08:00 committed by Ben Greenman
parent e03ec08736
commit 81d51789ad
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ and this shorthand is almost always used instead of
@racket[quote]. The shorthand applies even within the @racket[_datum],
so it can produce a list containing @racket[quote].
@refdetails["parse-quote"]{the @racketvalfont{'} shorthand}
@refdetails["parse-quote"]{the @racketvalfont{@literal{'}} shorthand}
@examples[
'apple

View File

@ -165,7 +165,7 @@ a number or string:
]
@;------------------------------------------------------------------------
@section{Abbreviating @racket[quote] with @racketvalfont{'}}
@section{Abbreviating @racket[quote] with @racketvalfont{@literal{'}}}
As you may have guessed, you can abbreviate a use of
@racket[quote] by just putting @litchar{'} in front of a form to