aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rails.rb
diff options
context:
space:
mode:
authorDAVID MOORE <khundawg@gmail.com>2015-04-26 15:38:52 -0400
committerDAVID MOORE <khundawg@gmail.com>2015-04-26 15:38:52 -0400
commit4349192fa5ba19785b12efed0026656f915c5675 (patch)
tree822fe9560843297a919686804e33783e41745cb4 /activesupport/lib/active_support/rails.rb
parent64114b66d2b363187f023e2108b559436883bdf1 (diff)
downloadrails-4349192fa5ba19785b12efed0026656f915c5675.tar.gz
rails-4349192fa5ba19785b12efed0026656f915c5675.tar.bz2
rails-4349192fa5ba19785b12efed0026656f915c5675.zip
[ci skip] Update ActiveSupport::Rails and ActiveSupport::Rescuable docs
[Dave Moore]
Diffstat (limited to 'activesupport/lib/active_support/rails.rb')
-rw-r--r--activesupport/lib/active_support/rails.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb
index b05c3ff126..c8e3a4bf53 100644
--- a/activesupport/lib/active_support/rails.rb
+++ b/activesupport/lib/active_support/rails.rb
@@ -1,8 +1,8 @@
# This is private interface.
#
# Rails components cherry pick from Active Support as needed, but there are a
-# few features that are used for sure some way or another and it is not worth
-# to put individual requires absolutely everywhere. Think blank? for example.
+# few features that are used for sure in some way or another and it is not worth
+# putting individual requires absolutely everywhere. Think blank? for example.
#
# This file is loaded by every Rails component except Active Support itself,
# but it does not belong to the Rails public interface. It is internal to