From 17a99bf1d8751e5039f44f222a0695197477a14b Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 27 Feb 2013 08:44:49 -0700 Subject: [PATCH] docs tweak --- collects/scribblings/foreign/objc.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))