From 717fc102817a5daa0af2a01116e3ec6351b56731 Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 16 Oct 2009 19:20:35 +0000 Subject: * lib/delegate: rdoc typo git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/delegate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/delegate.rb b/lib/delegate.rb index da58048f3..5d256323d 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) -- cgit