Skip to content

Commit ae5e679

Browse files
minerstuarthalloway
authored andcommitted
It's just a small typo
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent 6fba517 commit ae5e679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/genclass.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
the first argument, followed by the arguments to the constructor.
570570
It will be called every time an object of this class is created,
571571
immediately after all the inherited constructors have completed.
572-
It's return value is ignored.
572+
Its return value is ignored.
573573
574574
:methods [ [name [param-types] return-type], ...]
575575

0 commit comments

Comments
 (0)