mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
91cb948ed5
commit
c4b1928cd0
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
|
||||
* 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
|
||||
withString: (NSString*)by
|
||||
|
|
Loading…
Reference in a new issue