From 34b457b88100700f779a50d146bc2d9fac84337d Mon Sep 17 00:00:00 2001 From: CaS Date: Fri, 23 Sep 2005 14:18:32 +0000 Subject: [PATCH] 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 --- Source/Additions/GSCategories.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Additions/GSCategories.m b/Source/Additions/GSCategories.m index a6f08f9e0..1019bbc65 100644 --- a/Source/Additions/GSCategories.m +++ b/Source/Additions/GSCategories.m @@ -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