Small spelling error

This commit is contained in:
Jordan Schatz 2011-12-12 20:47:39 -07:00 committed by Eli Barzilay
parent b87a7c0ec9
commit 36c720a28c

View File

@ -315,7 +315,7 @@ is the part of @racket[v] that caused the exception.}
[fail-k (exn:invalid-xexpr? . -> . any/c)])
any/c]{
Like @racket[validate-expr], except that @racket[success-k] is called
Like @racket[validate-xexpr], except that @racket[success-k] is called
on each valid leaf, and @racket[fail-k] is called on invalid leaves;
the @racket[fail-k] may return a value instead of raising an exception
of otherwise escaping. Results from the leaves are combined with