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:
parent
603112ee5d
commit
8e4c7aaba8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue