kill extra reference to Array in docs

This commit is contained in:
Jeff Teunissen 2010-12-11 23:45:48 -05:00
parent 537915f5bc
commit f13c45a9ae

View file

@ -12,7 +12,7 @@
Adds an object to the receiver, but without retaining it.
This is a dangerous thing to do, and it's only done so that we can use an
Array to implement the AutoreleasePool class.
%Array to implement the AutoreleasePool class.
\warning Using this method can result in crashes, and is only included
for internal use by other classes.