Fixed typo in the docs.
This commit is contained in:
parent
8b762275c0
commit
232eaa4317
|
@ -30,6 +30,7 @@ env:
|
||||||
- RACKET_VERSION=6.6
|
- RACKET_VERSION=6.6
|
||||||
- RACKET_VERSION=6.7
|
- RACKET_VERSION=6.7
|
||||||
- RACKET_VERSION=6.8
|
- RACKET_VERSION=6.8
|
||||||
|
- RACKET_VERSION=RELEASE
|
||||||
- RACKET_VERSION=HEAD
|
- RACKET_VERSION=HEAD
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
match any list of @racket[1]s and @racket[2]s in any order, but it complains
|
match any list of @racket[1]s and @racket[2]s in any order, but it complains
|
||||||
that the attribute is bound twice, since both alternatives within the
|
that the attribute is bound twice, since both alternatives within the
|
||||||
@racket[~or] are understood as separate patterns, not mutually-exclusive
|
@racket[~or] are understood as separate patterns, not mutually-exclusive
|
||||||
choices. On the other hand @racket[({~or {~and 1 x} {~and 2 x}} ...)] still
|
choices. On the other hand @racket[({~either {~and 1 x} {~and 2 x}} ...)] still
|
||||||
matches @racket[(2 1 1 1 2 2 1)], and successfully binds all the elements to
|
matches @racket[(2 1 1 1 2 2 1)], and successfully binds all the elements to
|
||||||
@racket[x ...].}
|
@racket[x ...].}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user