Should call vector vec, not lst

This commit is contained in:
Bernardo Sulzbach 2016-06-15 15:40:21 -03:00 committed by Vincent St-Amour
parent e887fa56d1
commit b0978652b3

View File

@ -333,7 +333,7 @@ the result of @racket[proc].
}
@defproc[(vector-member [v any/c] [lst vector?])
@defproc[(vector-member [v any/c] [vec vector?])
(or/c natural-number/c #f)]{
Locates the first element of @racket[vec] that is @racket[equal?] to