aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-28 00:56:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-28 00:56:31 +0000
commitcf598358b6fb8a78acb01899a9ec510702a1498f (patch)
tree0c75454e1fbfaba3c8f308aef3c3f322cbd92cf2 /object.c
parentd737cc1b63231795db4b9b93b9c03dabe9c67b9f (diff)
downloadruby-cf598358b6fb8a78acb01899a9ec510702a1498f.tar.gz
Fix typo [ci skip]
* object.c (rb_mod_eqq): [DOC] Fix typo in RDoc. [Fix GH-1393] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55517 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 cc674b1584..41cdbb69d2 100644
--- a/object.c
+++ b/object.c
@@ -1523,7 +1523,7 @@ rb_mod_freeze(VALUE mod)
* mod === obj -> true or false
*
* Case Equality---Returns <code>true</code> if <i>obj</i> is an
- * instance of <i>mod</i> or and instance of one of <i>mod</i>'s descendants.
+ * instance of <i>mod</i> or an instance of one of <i>mod</i>'s descendants.
* Of limited use for modules, but can be used in <code>case</code> statements
* to classify objects by class.
*/