From bd29cec6bbd9e2c0a1159694bed0cd4e25bc7c71 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 23 Apr 2015 01:01:44 +0000 Subject: * lib/delegate.rb: fix a typo. [fix GH-881][ci skip] Patch by @Zorbash git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/delegate.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/delegate.rb') diff --git a/lib/delegate.rb b/lib/delegate.rb index f2b1388107..cbcfd9a49e 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -17,7 +17,7 @@ # yourself needing this control, have a look at Forwardable which is also in # the standard library. It may suit your needs better.) # -# SimpleDelegator's implementation serves as a nice example if the use of +# SimpleDelegator's implementation serves as a nice example of the use of # Delegator: # # class SimpleDelegator < Delegator -- cgit v1.2.3