diff --git a/collects/scribblings/foreign/objc.scrbl b/collects/scribblings/foreign/objc.scrbl index 5c04509f9d..ae06f0b68e 100644 --- a/collects/scribblings/foreign/objc.scrbl +++ b/collects/scribblings/foreign/objc.scrbl @@ -119,7 +119,7 @@ been loaded into the Racket process already. To avoid relying on other libraries to load @filepath{Foundation}, explicitly load it with @racket[ffi-lib]: -@examples[ +@interaction[ #:eval objc-eval (eval:alts (ffi-lib "/System/Library/Frameworks/Foundation.framework/Foundation") (void))