From 14d7e058a0eb311a42c3510393f153e56b4b2934 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sun, 26 Apr 2015 00:18:56 +0800 Subject: No need to capitalize verbs. [CI SKIP] --- actionpack/lib/action_dispatch/middleware/cookies.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb index 139706ecb9..bb6a73afb5 100644 --- a/actionpack/lib/action_dispatch/middleware/cookies.rb +++ b/actionpack/lib/action_dispatch/middleware/cookies.rb @@ -462,7 +462,7 @@ module ActionDispatch end end - # Signs and Sets the cookie named +name+. The second argument may be the cookie's + # Signs and 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) @@ -523,7 +523,7 @@ module ActionDispatch end end - # Encrypts and Sets the cookie named +name+. The second argument may be the cookie's + # Encrypts and 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) -- cgit v1.2.3