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