From f13c45a9ae4876456d459f1c8b5a8f548cfc1573 Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Sat, 11 Dec 2010 23:45:48 -0500 Subject: [PATCH] kill extra reference to Array in docs --- ruamoko/lib/Array+Private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruamoko/lib/Array+Private.h b/ruamoko/lib/Array+Private.h index 9ae37f946..2686c009f 100644 --- a/ruamoko/lib/Array+Private.h +++ b/ruamoko/lib/Array+Private.h @@ -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.