aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/cookies.rb
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-03-19 23:10:54 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-03-19 23:10:54 +0530
commitcf0931166be13dbbe660fece78531060fa16be29 (patch)
treeb29976c1a859290dc560960e0eda6e9db8a19256 /actionpack/lib/action_dispatch/middleware/cookies.rb
parentf1563f4226a6c7b041e55f8569b2aaccf721b23d (diff)
downloadrails-cf0931166be13dbbe660fece78531060fa16be29.tar.gz
rails-cf0931166be13dbbe660fece78531060fa16be29.tar.bz2
rails-cf0931166be13dbbe660fece78531060fa16be29.zip
Fixed small typos
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/cookies.rb')
-rw-r--r--actionpack/lib/action_dispatch/middleware/cookies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb
index 36a0db6e61..0675289980 100644
--- a/actionpack/lib/action_dispatch/middleware/cookies.rb
+++ b/actionpack/lib/action_dispatch/middleware/cookies.rb
@@ -10,7 +10,7 @@ module ActionDispatch
end
end
- # \Cookies are read and written through ActionController#cookies.
+ # Cookies are read and written through ActionController#cookies.
#
# The cookies being read are the ones received along with the request, the cookies
# being written will be sent out with the response. Reading a cookie does not get