typo in foreignobjc docs

Closes PR 11038
(cherry picked from commit fd5213b0ef)
This commit is contained in:
Matthew Flatt 2010-07-16 20:43:22 -06:00 committed by Eli Barzilay
parent e983a48fa5
commit be6e6c82c6

View File

@ -72,8 +72,8 @@ Synonym for @racket[#f]}
(tell result-type obj-expr arg ...)]
([result-type code:blank
(code:line #:type ctype-expr)]
[arg (code:line method-id expr)
(code:line #:type ctype-expr method-id arg)])]{
[arg (code:line method-id arg-expr)
(code:line method-id #:type ctype-expr arg-expr)])]{
Sends a message to the Objective-C object produced by
@racket[obj-expr]. When a type is omitted for either the result or an