Clarification and typo in the documentation concerning the error messages for the ~between pattern in syntax/parse.
This commit is contained in:
parent
4bcb657f08
commit
b0cad81f2d
|
@ -926,11 +926,13 @@ times in the entire repetition.
|
||||||
|
|
||||||
If the pattern is matched too few times, then the ellipsis pattern
|
If the pattern is matched too few times, then the ellipsis pattern
|
||||||
fails with the message either @racket[too-few-message-expr] or
|
fails with the message either @racket[too-few-message-expr] or
|
||||||
@racketvalfont{"too few occurrences of @racket[name-expr]"}.
|
@racketvalfont{"too few occurrences of @racket[name-expr]"}, when
|
||||||
|
@racket[name-expr] is provided.
|
||||||
|
|
||||||
If the pattern is chosen too many times, then the ellipsis pattern
|
If the pattern is chosen too many times, then the ellipsis pattern
|
||||||
fails with the message either @racket[too-many-message-expr] or
|
fails with the message either @racket[too-many-message-expr] or
|
||||||
@racketvalfont{"too few occurrences of @racket[name-expr]"}.
|
@racketvalfont{"too many occurrences of @racket[name-expr]"}, when
|
||||||
|
@racket[name-expr] is provided.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user