From cf0931166be13dbbe660fece78531060fa16be29 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Tue, 19 Mar 2013 23:10:54 +0530 Subject: Fixed small typos --- actionpack/lib/action_dispatch/middleware/cookies.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch/middleware/cookies.rb') 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 -- cgit v1.2.3