mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9cf0627944
commit
775174bb76
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -2150,7 +2150,7 @@ rb_str_equal(VALUE str1, VALUE str2)
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* str.eql?(other) => true or false
|
* 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
|
static VALUE
|
||||||
|
|
Loading…
Add table
Reference in a new issue