1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

removes that beloved typo you only catch in github colored diff

This commit is contained in:
Xavier Noria 2010-01-21 23:52:10 +01:00
parent 603112ee5d
commit 8e4c7aaba8

View file

@ -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