aboutsummaryrefslogtreecommitdiffstats
path: root/lib/delegate.rb
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-16 19:20:35 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-16 19:20:35 +0000
commitb73be705db243ef43f1938e00bd1c6e71bff58aa (patch)
tree4b512c41617f60f5c0a2d265f3e6ba7d157cac07 /lib/delegate.rb
parentf5233326522d0f6dc2814a0e1c6afe45d467acf0 (diff)
downloadruby-b73be705db243ef43f1938e00bd1c6e71bff58aa.tar.gz
* lib/delegate: rdoc typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r--lib/delegate.rb2
1 files changed, 1 insertions, 1 deletions
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)