doc correction

Corrects a missed update from moving text form Inside to Foreign.
This commit is contained in:
Matthew Flatt 2018-07-31 10:01:00 -06:00
parent b7392a688e
commit a0ca6d6489

View File

@ -80,7 +80,7 @@ foreign function and then an element for each of the function's
arguments. Pointer values are represented as for the @racket[_pointer]
representation defined by @racketmodname[ffi/unsafe].
The result is a key for use with @cpp{scheme_remove_gc_callback}. If
The result is a key for use with @racket[unsafe-remove-collect-callbacks]. If
the key becomes inaccessible, then the callback will be removed
automatically (but beware that the pre-callback will have executed and
the post-callback will not have executed)