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:
CaS 2005-09-23 14:18:32 +00:00
parent 98cda7dbab
commit 34b457b881

View file

@ -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