aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-07-09 00:14:43 -0700
committerZachary Scott <e@zzak.io>2014-07-09 00:14:43 -0700
commitccc21d041866f0ab9c310059063da88c1fa72a6f (patch)
treec713e3d2e745aee011ed5fac8aa5e04e02bdc2df
parent7a3192e760e41a3f52418fb88841bbaa1c615a0e (diff)
parenteeed9d59b2f1a792f1f1760255921e39d10720db (diff)
downloadrails-ccc21d041866f0ab9c310059063da88c1fa72a6f.tar.gz
rails-ccc21d041866f0ab9c310059063da88c1fa72a6f.tar.bz2
rails-ccc21d041866f0ab9c310059063da88c1fa72a6f.zip
Merge pull request #16100 from tgxworld/fix_comment
Use proper possessive punctuation [ci skip]
-rw-r--r--actionpack/lib/action_dispatch/middleware/cookies.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb
index 22b16b628d..e069840b8e 100644
--- a/actionpack/lib/action_dispatch/middleware/cookies.rb
+++ b/actionpack/lib/action_dispatch/middleware/cookies.rb
@@ -289,8 +289,8 @@ module ActionDispatch
end
end
- # Sets the cookie named +name+. The second argument may be the very cookie
- # value, or a hash of options as documented above.
+ # Sets the cookie named +name+. The second argument may be the cookie's
+ # value or a hash of options as documented above.
def []=(name, options)
if options.is_a?(Hash)
options.symbolize_keys!