commit 51c1c2ed474df586b98585860c844040b613cf45
parent 54606422140136dbc8f0759f2d44e757a0193ac4
Author: Leif Andersen <leif@leifandersen.net>
Date: Wed, 10 Apr 2019 13:14:07 -0400
Minor typo:
each expression is are duplicated -> each expression is duplicated
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scribble-doc/scribblings/scribble/manual.scrbl b/scribble-doc/scribblings/scribble/manual.scrbl
@@ -1,4 +1,4 @@
-#lang scribble/doc
+s are #lang scribble/doc
@(require scribble/manual "utils.rkt"
(for-syntax racket/base)
(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
typesetting. Provide an empty sequence after @racket[#:packages] to
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.
Each @racket[option] form can appear at most once, and @racket[#:lang]