aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/concerning.rb
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-01-30 12:05:02 +0100
committerYves Senn <yves.senn@gmail.com>2014-01-30 17:40:28 +0100
commitd4d041c1fe55c10a786a4a1a7ff0c34867944b2f (patch)
treecc3043982af677ad5c3e9f1eed7d83101b1c7bed /activesupport/lib/active_support/core_ext/module/concerning.rb
parent2d46e77f6b1b108f8725bdf9518405703b72477e (diff)
downloadrails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.tar.gz
rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.tar.bz2
rails-d4d041c1fe55c10a786a4a1a7ff0c34867944b2f.zip
fix typo and indent. [ci skip]
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 b22dc5ff1e..07a392404e 100644
--- a/activesupport/lib/active_support/core_ext/module/concerning.rb
+++ b/activesupport/lib/active_support/core_ext/module/concerning.rb
@@ -63,7 +63,7 @@ class Module
#
# == Mix-in noise exiled to its own file:
#
- # Once our chunk of behavior starts pushing the scroll-to-understand it
+ # Once our chunk of behavior starts pushing the scroll-to-understand it's
# 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.