mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8398c7de2a
commit
2b660f6c78
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ The following summarizes the retain/release-related methods:
|
|||
@tab decreases the reference count of an object by 1 at some stage in the future
|
||||
@item @code{+alloc} and @code{+allocWithZone:}
|
||||
@tab allocates memory for an object, and returns it with retain count of 1
|
||||
@item @code{-copy, @code{-mutableCopy}, @code{copyWithZone:} and @code{-mutableCopyWithZone:}
|
||||
@item @code{-copy}, @code{-mutableCopy}, @code{copyWithZone:} and @code{-mutableCopyWithZone:}
|
||||
@tab makes a copy of an object, and returns it with retain count of 1
|
||||
@item @code{-init} and any method whose name begins with @code{init}
|
||||
@tab initialises the receiver, returning the retain count unchanged.
|
||||
|
|
Loading…
Reference in a new issue