hash-strong? doc typo

This commit is contained in:
Stephen Chang 2021-05-19 15:48:27 -04:00 committed by GitHub
parent e586797164
commit 33f8635451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]}