Closes PR 13420

Please merge into 5.3.2
(cherry picked from commit 83766e1b11)
This commit is contained in:
Asumu Takikawa 2013-01-08 19:06:18 -05:00 committed by Ryan Culpepper
parent 4d60793386
commit 953a8ffc1d

View File

@ -308,8 +308,8 @@ error is signaled in the evaluation of the @racket[class*] form,
because implementing the @racket[fish-interface] interface requires
those methods.
The @racket[is-a?] predicate accepts either a class or interface as
its first argument and an object as its second argument. When given a
The @racket[is-a?] predicate accepts an object as its first argument
and either a class or interface as its second argument. When given a
class, @racket[is-a?] checks whether the object is an instance of that
class or a derived class. When given an interface, @racket[is-a?]
checks whether the object's class implements the interface. In