Doc typo in match

This commit is contained in:
Matthew Butterick 2018-11-08 11:09:37 -08:00 committed by GitHub
parent a11b088ee7
commit 0c60bb40dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ In more detail, patterns match as follows:
@itemize[
@item{@racket[_id] (excluding the reserved names @racketidfont{_},
@racketidfont{...}, @racketidfont{.._},
@racketidfont{...}, @racketidfont{___},
@racketidfont{..}@racket[_k], and
@racketidfont{..}@racket[_k] for non-negative integers
@racket[_k]) or @racket[(var _id)] --- matches anything, and binds @racket[_id] to the