Documentation improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15422 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-12-31 10:41:10 +00:00
parent 12caf1c108
commit 6c28122b3b
4 changed files with 81 additions and 4 deletions

View file

@ -144,7 +144,7 @@ _NSFoundationUncaughtExceptionHandler (NSException *exception)
<p>
The local variable localException is the name of the exception
object you can use in the NS_HANDLER section.
The easiest way to cause an exeption is using the +raise:format:
The easiest way to cause an exeption is using the +raise:format:,...
method.
</p>
*/