fix typo in docs: s/can contains/can contain/ (#225)
This commit is contained in:
parent
9c985ca486
commit
35de7c15b9
|
@ -356,7 +356,7 @@ Finally, note that there are currently no special rules for using
|
||||||
@;--------------------------------------------------------------------
|
@;--------------------------------------------------------------------
|
||||||
@section{The Datum Part}
|
@section{The Datum Part}
|
||||||
|
|
||||||
The datum part can contains arbitrary Racket expressions, which
|
The datum part can contain arbitrary Racket expressions, which
|
||||||
are simply stacked before the body text arguments:
|
are simply stacked before the body text arguments:
|
||||||
|
|
||||||
@scribble-examples|==={
|
@scribble-examples|==={
|
||||||
|
|
|
@ -181,7 +181,7 @@ in the command itself, which can lead to things like:
|
||||||
|
|
||||||
** The Datum Part
|
** The Datum Part
|
||||||
|
|
||||||
The datum part can contains arbitrary Scheme expressions, which are
|
The datum part can contain arbitrary Scheme expressions, which are
|
||||||
simply stacked before the body text arguments:
|
simply stacked before the body text arguments:
|
||||||
|
|
||||||
@foo[1 (* 2 3)]{bar} --reads-as--> (foo 1 (* 2 3) "bar")
|
@foo[1 (* 2 3)]{bar} --reads-as--> (foo 1 (* 2 3) "bar")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user