From 7eacc663b85fff234e8173f01c319b1804adee41 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 13 Dec 2008 08:07:40 +0000 Subject: * string.c (sym_equal): remove documentation error "Otherwise, compares them as strings". [ruby-dev:37398] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 6de7b28c6..c34abb437 100644 --- a/string.c +++ b/string.c @@ -6815,8 +6815,7 @@ rb_str_is_ascii_only_p(VALUE str) * sym == obj => true or false * * Equality---If sym and obj are exactly the same - * symbol, returns true. Otherwise, compares them - * as strings. + * symbol, returns true. */ static VALUE -- cgit