Minor typo:
each expression is are duplicated -> each expression is duplicated
This commit is contained in:
parent
5460642214
commit
51c1c2ed47
|
@ -1,4 +1,4 @@
|
||||||
#lang scribble/doc
|
s are #lang scribble/doc
|
||||||
@(require scribble/manual "utils.rkt"
|
@(require scribble/manual "utils.rkt"
|
||||||
(for-syntax racket/base)
|
(for-syntax racket/base)
|
||||||
(for-label scribble/manual-struct
|
(for-label scribble/manual-struct
|
||||||
|
@ -686,7 +686,7 @@ specified explicitly with @racket[#:packages]. Each @racket[pkg-expr]
|
||||||
result is passed on to a function like @racket[tt] for
|
result is passed on to a function like @racket[tt] for
|
||||||
typesetting. Provide an empty sequence after @racket[#:packages] to
|
typesetting. Provide an empty sequence after @racket[#:packages] to
|
||||||
suppress any package name in the output. Each @racket[pkg-expr]
|
suppress any package name in the output. Each @racket[pkg-expr]
|
||||||
expression is are duplicated for a @racket[declare-exporting] form,
|
expression is duplicated for a @racket[declare-exporting] form,
|
||||||
unless @racket[#:no-declare] is specified.
|
unless @racket[#:no-declare] is specified.
|
||||||
|
|
||||||
Each @racket[option] form can appear at most once, and @racket[#:lang]
|
Each @racket[option] form can appear at most once, and @racket[#:lang]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user