Documentation tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-05-27 11:03:42 +00:00
parent c71db3f704
commit f303b107fc
2 changed files with 7 additions and 2 deletions

View file

@ -675,7 +675,8 @@ static inline BOOL timerInvalidated(NSTimer *t)
* asynchronously.</p>
*
* <p>There is one run loop per thread in an application, which
* may always be obtained through the <code>+currentRunLoop</code> method,
* may always be obtained through the <code>+currentRunLoop</code> method
* (you cannot use -init or +new),
* however unless you are using the AppKit and the [NSApplication] class, the
* run loop will not be started unless you explicitly send it a
* <code>-run</code> message.</p>