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.