From fbbd5539ae0959e888b651039ea36caf5e4e061c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 26 Mar 1998 09:09:41 +0000 Subject: 1.1b9_05_pre1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/delegate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/delegate.rb') diff --git a/lib/delegate.rb b/lib/delegate.rb index 04c824401a..90d1d1abb0 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -1,8 +1,8 @@ # Delegation class that delegates even methods defined in super class, # which can not be covered with normal method_missing hack. # -# Delegater is the abstract delegation class. Need to redefine -# `__getobj__' method in the subclass. SimpleDelegater is the +# Delegator is the abstract delegation class. Need to redefine +# `__getobj__' method in the subclass. SimpleDelegator is the # concrete subclass for simple delegation. # # Usage: -- cgit v1.2.3