From 3ca1cbecc6a22270ca23c4d87d0e15a37c0e8170 Mon Sep 17 00:00:00 2001 From: stomar Date: Sat, 4 Mar 2017 20:08:04 +0000 Subject: string.c: [DOC] fix doc formatting for String#==, #=== git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57778 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 8dd6f642a4..e239a27a4c 100644 --- a/string.c +++ b/string.c @@ -3116,9 +3116,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