Update scribblings/manual.scrbl

This commit is contained in:
Rodolfo Henrique Carvalho 2012-01-14 21:28:18 -02:00
parent 51c71427fe
commit 39b3b8cef3

View File

@ -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.