typo: 'exn:fail:contract:mismatch' -> 'exn:fail:contract'

This commit is contained in:
Ben Greenman 2019-05-25 13:46:44 -04:00
parent e43bfd5767
commit 870536e698

View File

@ -260,9 +260,9 @@ each element in the sequence.
If @racket[start] is less than
@racket[stop] and @racket[step] is negative, then the
@exnraise[exn:fail:contract:mismatch]. Similarly, if @racket[start]
@exnraise[exn:fail:contract]. Similarly, if @racket[start]
is more than @racket[stop] and @racket[step] is positive, then the
@exnraise[exn:fail:contract:mismatch].
@exnraise[exn:fail:contract].
@speed[in-vector "vector"]