mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Fix documentation error (use of ampersand)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
98cda7dbab
commit
34b457b881
1 changed files with 2 additions and 1 deletions
|
@ -1067,7 +1067,8 @@ static void MD5Transform (unsigned long buf[4], unsigned long const in[16])
|
||||||
* Calls - replaceOccurrencesOfString:withString:options:range: passing
|
* Calls - replaceOccurrencesOfString:withString:options:range: passing
|
||||||
* zero for the options and a range from 0 with the length of the receiver.
|
* zero for the options and a range from 0 with the length of the receiver.
|
||||||
*
|
*
|
||||||
* Note that is has to work for [tmp replaceString:@"&" withString:@"&"];
|
* Note that is has to work for
|
||||||
|
* [tmp replaceString: @"&" withString: @"&"];
|
||||||
*/
|
*/
|
||||||
- (void) replaceString: (NSString*)replace
|
- (void) replaceString: (NSString*)replace
|
||||||
withString: (NSString*)by
|
withString: (NSString*)by
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue