diff --git a/collects/redex/redex.scrbl b/collects/redex/redex.scrbl index 34c0415cd6..bdb49f38e5 100644 --- a/collects/redex/redex.scrbl +++ b/collects/redex/redex.scrbl @@ -1095,7 +1095,7 @@ pattern does not match the @scheme[pattern].} [relation reduction-relation?] [property (-> any/c any/c)] [#:attempts attempts natural-number/c 100]) - (or/c true/c void?)]{ + void?]{ Tests a @scheme[relation] as follows: for each case of @scheme[relation], @scheme[check-reduction-relation] generates @scheme[attempts] random terms that match that case's left-hand side and applies @scheme[property]