mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix style errors
This commit is contained in:
parent
b8185fa6c1
commit
7c1b9b4d15
2 changed files with 10 additions and 5 deletions
|
@ -74,8 +74,8 @@ extern "C" {
|
|||
- (NSUInteger) length;
|
||||
/** Returns the string content of the receiver.<br />
|
||||
* NB. this is actually a proxy to the internal content (which may change)
|
||||
* so if you need an immutable instance yu should copy the returned value,
|
||||
* not jhust retain it.
|
||||
* so if you need an immutable instance you should copy the returned value,
|
||||
* not just retain it.
|
||||
*/
|
||||
- (NSString*) string; //Primitive method!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue