ruby-changes:22846
From: ktsj <ko1@a...>
Date: Sun, 4 Mar 2012 22:59:35 +0900 (JST)
Subject: [ruby-changes:22846] ktsj:r34895 (trunk): * hash.c: remove trailing spaces.
ktsj 2012-03-04 22:59:23 +0900 (Sun, 04 Mar 2012) New Revision: 34895 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34895 Log: * hash.c: remove trailing spaces. Modified files: trunk/hash.c Index: hash.c =================================================================== --- hash.c (revision 34894) +++ hash.c (revision 34895) @@ -3217,7 +3217,7 @@ * and <code>eql?</code> methods are overridden to provide meaningful * behavior. By default, separate instances refer to separate hash keys. * - * A typical implementation of <code>hash</code> is based on the + * A typical implementation of <code>hash</code> is based on the * object's data while <code>eql?</code> is usually aliased to the overridden * <code>==</code> method: * @@ -3231,7 +3231,7 @@ * * def ==(other) * self.class === other and - * other.author == @author and + * other.author == @author and * other.title == @title * end * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/