Minor documentation tweaks.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18938 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-03-28 11:13:36 +00:00
parent 1df7325dc3
commit e845237c55
7 changed files with 59 additions and 44 deletions

View file

@ -576,7 +576,7 @@ handle_printf_atsign (FILE *stream,
* is released and nil is returned.
*/
- (id) initWithBytes: (const void*)bytes
length: (unsigned)length
length: (unsigned int)length
encoding: (NSStringEncoding)encoding
{
if (length == 0)
@ -734,7 +734,7 @@ handle_printf_atsign (FILE *stream,
* is released and nil is returned.
*/
- (id) initWithBytesNoCopy: (const void*)bytes
length: (unsigned)length
length: (unsigned int)length
encoding: (NSStringEncoding)encoding
freeWhenDone: (BOOL)flag
{