aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/concerning.rb
diff options
context:
space:
mode:
authorJulio Lopez <ljuliom@gmail.com>2015-07-07 22:29:02 -0500
committerJulio Lopez <ljuliom@gmail.com>2015-07-07 22:29:02 -0500
commit40911cece237cc929e35df9eeb772a3adbcb4983 (patch)
tree246a3100b72d66d80bdf5871268e41f8b0bfd6d1 /activesupport/lib/active_support/core_ext/module/concerning.rb
parent59a9068c3fa501ca23d60f3a83c0968e9ed4639a (diff)
downloadrails-40911cece237cc929e35df9eeb772a3adbcb4983.tar.gz
rails-40911cece237cc929e35df9eeb772a3adbcb4983.tar.bz2
rails-40911cece237cc929e35df9eeb772a3adbcb4983.zip
adding brackets to array in docs
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module/concerning.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module/concerning.rb2
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,