fixed Adam Shaw's typo, eliminated the word match
(cherry picked from commit b48d122dd7
)
This commit is contained in:
parent
3f8d12e55d
commit
2db4378e4e
|
@ -324,12 +324,12 @@
|
|||
|
||||
|
||||
@defform*[#:id [check-error check-error-id]
|
||||
[(check-error expression match-expression)
|
||||
[(check-error expression expected-error-message)
|
||||
(#,check-error-elem expression)]]{
|
||||
|
||||
Checks that the @racket[expression] reports an error,
|
||||
where the error messages matches the
|
||||
value of @racket[matchexpression], if it is present.}
|
||||
value of @racket[expected-error-message], if it is present.}
|
||||
|
||||
|
||||
@defform*[#:id [check-member-of check-member-of-id]
|
||||
|
|
Loading…
Reference in New Issue
Block a user