summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-17 11:12:05 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-17 11:12:05 +0000
commite9d6967f7bac11b0fdf1af33a5b3f4b41dc6ecae (patch)
tree99ee48bfb61902d8f787d5adbcb71d1824cc4ff6
parent71c9211702d6434d4f573bce596f3ce15297acf0 (diff)
downloadruby-e9d6967f7bac11b0fdf1af33a5b3f4b41dc6ecae.tar.gz
ruby-e9d6967f7bac11b0fdf1af33a5b3f4b41dc6ecae.tar.xz
ruby-e9d6967f7bac11b0fdf1af33a5b3f4b41dc6ecae.zip
fix a typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index ca093517a..c64d7e40a 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