mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Correction by David Ayers
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30129 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
961c1db5a2
commit
0eb84927ee
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ extern "C" {
|
|||
* If the class has a superclass, its implementation of +initialize is
|
||||
* called first.<br />
|
||||
* If the class does not implement +initialize then the implementation
|
||||
* in the closest superclass is called. This means that +initialize may
|
||||
* in the closest superclass may be called. This means that +initialize may
|
||||
* be called more than once, and the recommended way to handle this by
|
||||
* using the
|
||||
* <code>
|
||||
|
|
Loading…
Reference in a new issue