From 929552edbae70e955b9b1c9cae273567084f6bf0 Mon Sep 17 00:00:00 2001 From: Sushruth Sivaramakrishnan Date: Thu, 5 Mar 2015 10:05:34 +0530 Subject: Doc fix [ci skip] --- activesupport/lib/active_support/string_inquirer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Rails.env is wrapped - # in a StringInquirer object so instead of calling this: + # in a StringInquirer object, so instead of calling this: # # Rails.env == 'production' # -- cgit v1.2.3