Fix typo
This commit is contained in:
parent
e03ec08736
commit
81d51789ad
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user