fix typo in docs: s/can contains/can contain/ (#225)

This commit is contained in:
Ilnar Salimzianov 2020-04-11 18:01:24 +03:00 committed by GitHub
parent 9c985ca486
commit 35de7c15b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ Finally, note that there are currently no special rules for using
@;--------------------------------------------------------------------
@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:
@scribble-examples|==={

View File

@ -181,7 +181,7 @@ in the command itself, which can lead to things like:
** 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:
@foo[1 (* 2 3)]{bar} --reads-as--> (foo 1 (* 2 3) "bar")