diff options
-rw-r--r-- | www/analyzer/annotations.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/analyzer/annotations.html b/www/analyzer/annotations.html index 0104f6d44a..9e3583de3c 100644 --- a/www/analyzer/annotations.html +++ b/www/analyzer/annotations.html @@ -139,7 +139,7 @@ object that the caller is responsible for releasing (via sending a <p><b>Placing on Objective-C methods</b>: For Objective-C methods, this annotation essentially tells the analyzer to treat the method as if its name -begins with "alloc" or "new" or contais the word +begins with "alloc" or "new" or contains the word "copy".</p> <p><b>Placing on C functions</b>: For C functions returning Cocoa objects, the |