docs: fix documented name for get-place-table

Closes #3734
This commit is contained in:
Matthew Flatt 2021-03-17 18:55:03 -06:00
parent 3244fa7a3c
commit 9a329574b4

View File

@ -30,7 +30,7 @@ not refer to garbage-collected memory.
This function is intended for infrequent use with a small number of
keys.}
@defproc[(get-place-table-global) hash?]{
@defproc[(get-place-table) hash?]{
Returns a place-specific, mutable, @racket[eq?]-based hash table.
The result is always the same for a particular place.