From 2b50e08c926c5086c849e295de83f62d89e64d87 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 14 Apr 2008 10:53:31 +0000 Subject: [PATCH] How to be clearer? git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26446 72102866-910b-0410-8b05-ffd578937521 --- Source/NSString.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/NSString.m b/Source/NSString.m index 56240f6f5..7f1ef0e3e 100644 --- a/Source/NSString.m +++ b/Source/NSString.m @@ -1420,7 +1420,7 @@ handle_printf_atsign (FILE *stream, /** * Constructs a new ASCII string which is a representation of the receiver * in which characters are escaped where necessary in order to produce a - * version of the string legal within a URL.
+ * version of the string legal for inclusion within a URL.
* The original string is converted to bytes using the specified encoding * and then those bytes are escaped unless they correspond to 'legal' * ASCII characters. The byte values escaped are any below 32 and any