Skip to content

Commit

Permalink
Correct the Symbol#== docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Mar 19, 2012
1 parent de53a85 commit 5629b0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions symbol.c
Expand Up @@ -359,10 +359,9 @@ rsym_casecmp(VALUE sym, SEL sel, VALUE other)
/*
* call-seq:
* sym == obj => true or false
*
*
* Equality---If <i>sym</i> and <i>obj</i> are exactly the same
* symbol, returns <code>true</code>. Otherwise, compares them
* as strings.
* symbol, returns <code>true</code>.
*/

static VALUE
Expand Down

0 comments on commit 5629b0d

Please sign in to comment.