aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorSushruth Sivaramakrishnan <sivsushruth@gmail.com>2015-03-05 10:05:34 +0530
committerSushruth Sivaramakrishnan <sivsushruth@gmail.com>2015-03-05 10:05:34 +0530
commit929552edbae70e955b9b1c9cae273567084f6bf0 (patch)
tree1ea1d0eade899152a638f182819b3c8088eb44af /activesupport/lib
parentb7e8a109b19ee8a6887972bafe6f05cc36fe37d5 (diff)
downloadrails-929552edbae70e955b9b1c9cae273567084f6bf0.tar.gz
rails-929552edbae70e955b9b1c9cae273567084f6bf0.tar.bz2
rails-929552edbae70e955b9b1c9cae273567084f6bf0.zip
Doc fix [ci skip]
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/string_inquirer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/string_inquirer.rb b/activesupport/lib/active_support/string_inquirer.rb
index 45271c9163..bc673150d0 100644
--- a/activesupport/lib/active_support/string_inquirer.rb
+++ b/activesupport/lib/active_support/string_inquirer.rb
@@ -1,7 +1,7 @@
module ActiveSupport
# Wrapping a string in this class gives you a prettier way to test
# for equality. The value returned by <tt>Rails.env</tt> is wrapped
- # in a StringInquirer object so instead of calling this:
+ # in a StringInquirer object, so instead of calling this:
#
# Rails.env == 'production'
#