aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index ca093517ab..c64d7e40a5 100644
--- a/string.c
+++ b/string.c
@@ -2150,7 +2150,7 @@ rb_str_equal(VALUE str1, VALUE str2)
* call-seq:
* str.eql?(other) => true or false
*
- * Two strings are equal if the have the same length and content.
+ * Two strings are equal if they have the same length and content.
*/
static VALUE