From b73be705db243ef43f1938e00bd1c6e71bff58aa Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 16 Oct 2009 19:20:35 +0000 Subject: [PATCH] * lib/delegate: rdoc typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/delegate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/delegate.rb b/lib/delegate.rb index da58048f36..5d256323dd 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -145,7 +145,7 @@ class Delegator end # - # Checks for a method provided by this the delegate object by fowarding the + # Checks for a method provided by this the delegate object by forwarding the # call through \_\_getobj\_\_. # def respond_to_missing?(m, include_private = false)