mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
clarify comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32012 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a69e21107
commit
a28cbe7271
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ NSSelectorFromString(NSString *aSelectorName)
|
|||
|
||||
/**
|
||||
* Returns the class whose name is supplied in the
|
||||
* aClassName argument, or 0 if a nil string is supplied.
|
||||
* aClassName argument, or Nil if a nil string is supplied.
|
||||
* If no such class has been loaded, the function returns Nil.
|
||||
*/
|
||||
Class
|
||||
NSClassFromString(NSString *aClassName)
|
||||
|
|
Loading…
Reference in a new issue