aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2013-03-19 13:04:02 -0700
committerSteve Klabnik <steve@steveklabnik.com>2013-03-19 13:04:02 -0700
commit61cd377a64a09c359bb979ed6c141519999a3632 (patch)
tree3f4f0285571c8ebc2f458c7a7f7a1eda41854341
parent428ff5a896da24490522040a947d7b7c369855c7 (diff)
downloadrails-61cd377a64a09c359bb979ed6c141519999a3632.tar.gz
rails-61cd377a64a09c359bb979ed6c141519999a3632.tar.bz2
rails-61cd377a64a09c359bb979ed6c141519999a3632.zip
Undo bad change in cf0931166be13dbbe660
I didn't know that this was about RDoc!
-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 0675289980..36a0db6e61 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