fix doc typo

This commit is contained in:
Matthew Flatt 2011-12-28 19:02:57 -06:00
parent f1bacffbdc
commit 00cd512e06

View File

@ -94,7 +94,7 @@ Like @racket[cocreate-instance-from-coclass], but using a ProgID.}
method in @racket[obj/type]. See @secref["com-types"] for method in @racket[obj/type]. See @secref["com-types"] for
information on the symbols.} information on the symbols.}
@defproc[(com-invoke [obj com-object?] [method-name string?] [v any/c]) @defproc[(com-invoke [obj com-object?] [method-name string?] [v any/c] ...)
any/c]{ any/c]{
Invokes @racket[method-name] on @racket[obj] with @racket[v]s as the Invokes @racket[method-name] on @racket[obj] with @racket[v]s as the