summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-17 11:28:52 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-17 11:28:52 +0000
commit3a50fb15d00aed9debc95bfb2db40553b4570174 (patch)
treee263701a2c8e3e4cb64bc69008f099a6698dc555 /object.c
parent03d19637f61873cb86caf7311d2b3bf2757c9a8d (diff)
* object.c: Typo in Kernel#hash documentation.
Patch by zed_0xff [Github Fixes #237] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index 2aab66c5fd..d0cf60bd90 100644
--- a/object.c
+++ b/object.c
@@ -114,7 +114,7 @@ rb_obj_equal(VALUE obj1, VALUE obj2)
/*
* Generates a Fixnum hash value for this object. This function must have the
- * property that <code>a.eql?(b)<code> implies <code>a.hash == b.hash</code>.
+ * property that <code>a.eql?(b)</code> implies <code>a.hash == b.hash</code>.
*
* The hash value is used along with #eql? by the Hash class to determine if
* two objects reference the same hash key. Any hash value that exceeds the