Fix set docs.

Closes PR 14749.
This commit is contained in:
Vincent St-Amour 2014-09-24 17:07:43 -04:00
parent a85a2d4392
commit d7b018a5f4

View File

@ -319,7 +319,7 @@ Produces a set that includes all elements of @racket[st] except
@defproc[(set-remove! [st generic-set?] [v any/c]) void?]{
Adds the element @racket[v] to @racket[st]. This operation runs in constant
Removes the element @racket[v] from @racket[st]. This operation runs in constant
time for @tech{hash sets}. Has no fallback.
}