From d589608da9915722e494119a874cb36cc5e42df2 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 12 Mar 2017 16:29:47 +0000 Subject: merge revision(s) 57778,57779: string.c: [DOC] fix doc formatting for String#==, #=== math.c: more accuracy * math.c (math_log10): calculate log10(2) for more accuracy. [ruby-core:79907] [Bug #13279] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_4@57928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index f023091d8e..6f1c8c4446 100644 --- a/string.c +++ b/string.c @@ -3046,9 +3046,7 @@ str_eql(const VALUE str1, const VALUE str2) * str == obj -> true or false * str === obj -> true or false * - * === Equality - * - * Returns whether +str+ == +obj+, similar to Object#==. + * Equality---Returns whether +str+ == +obj+, similar to Object#==. * * If +obj+ is not an instance of String but responds to +to_str+, then the * two strings are compared using obj.==. -- cgit v1.2.3