From 775174bb76cfb5e33097ba886c28d139bc4e90d1 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 17 Oct 2009 11:12:05 +0000 Subject: [PATCH] fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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