aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-07-08 00:45:14 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-07-08 00:45:14 -0300
commit8d189fb3381825e79e1c34b7fb3434e04d4c3ea3 (patch)
tree246a3100b72d66d80bdf5871268e41f8b0bfd6d1
parent59a9068c3fa501ca23d60f3a83c0968e9ed4639a (diff)
parent40911cece237cc929e35df9eeb772a3adbcb4983 (diff)
downloadrails-8d189fb3381825e79e1c34b7fb3434e04d4c3ea3.tar.gz
rails-8d189fb3381825e79e1c34b7fb3434e04d4c3ea3.tar.bz2
rails-8d189fb3381825e79e1c34b7fb3434e04d4c3ea3.zip
Merge pull request #20804 from TheBlasfem/adding_brackets_to_array_in_docs
Adding brackets to array in docs
-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,