Skip to content

Commit

Permalink
* object.c: Fix typo in rdoc
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
marcandre committed Jun 19, 2012
1 parent c50f91f commit 17e97a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object.c
Original file line number Diff line number Diff line change
Expand Up @@ -2780,7 +2780,7 @@ rb_f_hash(VALUE obj, VALUE arg)
* end
*
* def respond_to_missing?(name, include_private = false)
* DELGATE.include?(name) or super
* DELEGATE.include?(name) or super
* end
* end
*
Expand Down

0 comments on commit 17e97a9

Please sign in to comment.