diff options
author | Richard Schneeman <richard.schneeman@gmail.com> | 2015-03-04 22:49:07 -0600 |
---|---|---|
committer | Richard Schneeman <richard.schneeman@gmail.com> | 2015-03-04 22:49:07 -0600 |
commit | 133f86d80ef43b15146e47fbf0e0ce70014ba448 (patch) | |
tree | 1ea1d0eade899152a638f182819b3c8088eb44af | |
parent | 345afc235fe39103c8a298702d7eaeac699892fe (diff) | |
parent | 929552edbae70e955b9b1c9cae273567084f6bf0 (diff) | |
download | rails-133f86d80ef43b15146e47fbf0e0ce70014ba448.tar.gz rails-133f86d80ef43b15146e47fbf0e0ce70014ba448.tar.bz2 rails-133f86d80ef43b15146e47fbf0e0ce70014ba448.zip |
Merge pull request #19203 from sivsushruth/doc_fix
Doc fix [ci skip]
-rw-r--r-- | activesupport/lib/active_support/string_inquirer.rb | 2 |
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' # |