diff options
author | Julio Lopez <ljuliom@gmail.com> | 2015-07-07 22:29:02 -0500 |
---|---|---|
committer | Julio Lopez <ljuliom@gmail.com> | 2015-07-07 22:29:02 -0500 |
commit | 40911cece237cc929e35df9eeb772a3adbcb4983 (patch) | |
tree | 246a3100b72d66d80bdf5871268e41f8b0bfd6d1 /activesupport | |
parent | 59a9068c3fa501ca23d60f3a83c0968e9ed4639a (diff) | |
download | rails-40911cece237cc929e35df9eeb772a3adbcb4983.tar.gz rails-40911cece237cc929e35df9eeb772a3adbcb4983.tar.bz2 rails-40911cece237cc929e35df9eeb772a3adbcb4983.zip |
adding brackets to array in docs
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/core_ext/module/concerning.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/concerning.rb b/activesupport/lib/active_support/core_ext/module/concerning.rb index e26b594fc4..65b88b9bbd 100644 --- a/activesupport/lib/active_support/core_ext/module/concerning.rb +++ b/activesupport/lib/active_support/core_ext/module/concerning.rb @@ -99,7 +99,7 @@ class Module # end # # Todo.ancestors - # # => Todo, Todo::EventTracking, Object + # # => [Todo, Todo::EventTracking, Object] # # This small step has some wonderful ripple effects. We can # * grok the behavior of our class in one glance, |