aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-04-15 13:35:56 +0200
committerYves Senn <yves.senn@gmail.com>2015-04-15 13:35:56 +0200
commitc0939a5038d11ba3b5580ac87dd996cf85c03daa (patch)
treed42368ab562e1fdcf0c65b73f6cb7f9e75a3099e /activesupport
parent5f00ed10dd820b6802168933c2497d17c43c88f5 (diff)
parent6345f31fbfb4a683f98a3d13dc73c20533d0e0b7 (diff)
downloadrails-c0939a5038d11ba3b5580ac87dd996cf85c03daa.tar.gz
rails-c0939a5038d11ba3b5580ac87dd996cf85c03daa.tar.bz2
rails-c0939a5038d11ba3b5580ac87dd996cf85c03daa.zip
Merge pull request #19763 from jonatack/fix-typos-in-docs
Fix typos and improve the documentation
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/module/concerning.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/module/concerning.rb b/activesupport/lib/active_support/core_ext/module/concerning.rb
index 07a392404e..e26b594fc4 100644
--- a/activesupport/lib/active_support/core_ext/module/concerning.rb
+++ b/activesupport/lib/active_support/core_ext/module/concerning.rb
@@ -63,10 +63,10 @@ class Module
#
# == Mix-in noise exiled to its own file:
#
- # Once our chunk of behavior starts pushing the scroll-to-understand it's
+ # Once our chunk of behavior starts pushing the scroll-to-understand-it
# boundary, we give in and move it to a separate file. At this size, the
- # overhead feels in good proportion to the size of our extraction, despite
- # diluting our at-a-glance sense of how things really work.
+ # increased overhead can be a reasonable tradeoff even if it reduces our
+ # at-a-glance perception of how things work.
#
# class Todo
# # Other todo implementation