From 8e4c7aaba8c99c94d37cee7beaa77307928c848e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 21 Jan 2010 23:52:10 +0100 Subject: removes that beloved typo you only catch in github colored diff --- activesupport/lib/active_support/core_ext/module/delegation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext') diff --git a/activesupport/lib/active_support/core_ext/module/delegation.rb b/activesupport/lib/active_support/core_ext/module/delegation.rb index 4be7b9a97c..c751e29908 100644 --- a/activesupport/lib/active_support/core_ext/module/delegation.rb +++ b/activesupport/lib/active_support/core_ext/module/delegation.rb @@ -73,7 +73,7 @@ class Module # invoice.customer_address # => "Vimmersvej 13" # # If the delegate object is +nil+ an exception is raised, and that happens - # no matter whether +nil+ responds to the delegated method). You can get a + # no matter whether +nil+ responds to the delegated method. You can get a # +nil+ instead with the +:allow_nil+ option. # # class Foo -- cgit v1.2.3