From a0ca6d64898c272fd65c1658dd0b7b942fcc7fec Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 31 Jul 2018 10:01:00 -0600 Subject: [PATCH] doc correction Corrects a missed update from moving text form Inside to Foreign. --- pkgs/racket-doc/scribblings/foreign/collect-callback.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/foreign/collect-callback.scrbl b/pkgs/racket-doc/scribblings/foreign/collect-callback.scrbl index 4d43cc4b83..e54757e706 100644 --- a/pkgs/racket-doc/scribblings/foreign/collect-callback.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/collect-callback.scrbl @@ -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)