From 39b3b8cef3000d1dd164f75f321628f70bc6d11c Mon Sep 17 00:00:00 2001 From: Rodolfo Henrique Carvalho Date: Sat, 14 Jan 2012 21:28:18 -0200 Subject: [PATCH] Update scribblings/manual.scrbl --- scribblings/manual.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scribblings/manual.scrbl b/scribblings/manual.scrbl index 9734b8a..c1bef31 100644 --- a/scribblings/manual.scrbl +++ b/scribblings/manual.scrbl @@ -317,7 +317,7 @@ Visit @link["http://hashcollision.org/whalesong/examples/dom-play/dom-play.html" #lang planet dyoo/whalesong ;; Uses the JavaScript FFI, which provides bindings for: -;; $ and call +;; $ and call-method (require (planet dyoo/whalesong/js)) ;; insert-break: -> void @@ -349,7 +349,7 @@ Visit @link["http://hashcollision.org/whalesong/examples/dom-play/dom-play.html" }|} This program uses the @link["http:/jquery.com"]{JQuery} API provided by @racketmodname[(planet dyoo/whalesong/js)], as well as the native JavaScript FFI to produce output on the browser. -If w run Whalesong on this program, and view the resulting @filepath{dom-play.html} in your +If we run Whalesong on this program, and view the resulting @filepath{dom-play.html} in our web browser, we should see a pale, green page with some output.