Should call vector vec, not lst
This commit is contained in:
parent
e887fa56d1
commit
b0978652b3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user