hash-strong? doc typo
This commit is contained in:
parent
e586797164
commit
33f8635451
|
@ -129,7 +129,7 @@ Returns @racket[#t] if @racket[hash] compares keys with @racket[eq?],
|
||||||
@defproc[(hash-strong? [hash hash?]) boolean?]{
|
@defproc[(hash-strong? [hash hash?]) boolean?]{
|
||||||
|
|
||||||
Returns @racket[#t] if @racket[hash] retains its keys strongly,
|
Returns @racket[#t] if @racket[hash] retains its keys strongly,
|
||||||
@racket[#f] if it retains keys strongly or like @tech{ephemerons}.
|
@racket[#f] if it retains keys weakly or like @tech{ephemerons}.
|
||||||
|
|
||||||
@history[#:added "8.0.0.10"]}
|
@history[#:added "8.0.0.10"]}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user