From d249ff579a1a4bcdf0bc1491771934b7478f5778 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 8 May 2006 18:10:40 +0000 Subject: Trim typo. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4330 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/module/delegation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index 8a44bd9ba5..b8cf4e0eeb 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -18,7 +18,7 @@ class Module # Foo.new.hello # => "hello" # Foo.new.goodbye # => NoMethodError: undefined method `goodbye' for # # - # With multiple delegates to the same target are allowed: + # Multiple delegates to the same target are allowed: # class Foo < ActiveRecord::Base # delegate :hello, :goodbye, :to => :greeter # end -- cgit v1.2.3