Small spelling error
This commit is contained in:
parent
b87a7c0ec9
commit
36c720a28c
|
@ -315,7 +315,7 @@ is the part of @racket[v] that caused the exception.}
|
||||||
[fail-k (exn:invalid-xexpr? . -> . any/c)])
|
[fail-k (exn:invalid-xexpr? . -> . any/c)])
|
||||||
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;
|
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
|
the @racket[fail-k] may return a value instead of raising an exception
|
||||||
of otherwise escaping. Results from the leaves are combined with
|
of otherwise escaping. Results from the leaves are combined with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user