Small typos in guide.
This commit is contained in:
parent
b55cc89166
commit
f01a561c47
|
@ -158,7 +158,7 @@ The same shorthands can be used in expressions:
|
||||||
`(1 2 `(,(+ 1 2) ,,(- 5 1)))
|
`(1 2 `(,(+ 1 2) ,,(- 5 1)))
|
||||||
]
|
]
|
||||||
|
|
||||||
The shorthand for of @racket[unquote-splicing] is @litchar[",@"]:
|
The shorthand form of @racket[unquote-splicing] is @litchar[",@"]:
|
||||||
|
|
||||||
@examples[
|
@examples[
|
||||||
`(1 2 ,@(list (+ 1 2) (- 5 1)))
|
`(1 2 ,@(list (+ 1 2) (- 5 1)))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#lang scribble/doc
|
#lang scribble/doc
|
||||||
@(require scribble/manual scribble/eval "guide-utils.rkt")
|
@(require scribble/manual scribble/eval "guide-utils.rkt")
|
||||||
|
|
||||||
@title[#:tag "quote"]{Quoting: @racket[quote] and @racketvalfont{'}}
|
@title[#:tag "quote"]{Quoting: @racket[quote] and @litchar{'}}
|
||||||
|
|
||||||
@refalso["quote"]{@racket[quote]}
|
@refalso["quote"]{@racket[quote]}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user