aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/session
diff options
context:
space:
mode:
authorTejas Dinkar <tejas@gja.in>2013-12-02 09:24:47 +0530
committerTejas Dinkar <tejas@gja.in>2013-12-02 09:24:47 +0530
commit223ff7949e2ee453329bb1efee64e92b77480cdf (patch)
treebf8691fe2a970488af812501dcafd3ba792ea60e /actionpack/lib/action_dispatch/middleware/session
parent0a3623938df0fc34aa849fced9da3bfbeb1492be (diff)
downloadrails-223ff7949e2ee453329bb1efee64e92b77480cdf.tar.gz
rails-223ff7949e2ee453329bb1efee64e92b77480cdf.tar.bz2
rails-223ff7949e2ee453329bb1efee64e92b77480cdf.zip
[ci skip] Removing some gender sensitive object pronouns
Diffstat (limited to 'actionpack/lib/action_dispatch/middleware/session')
-rw-r--r--actionpack/lib/action_dispatch/middleware/session/cookie_store.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
index b9eb8036e9..11b42ee5be 100644
--- a/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
+++ b/actionpack/lib/action_dispatch/middleware/session/cookie_store.rb
@@ -15,8 +15,8 @@ module ActionDispatch
# best possible option given your application's configuration.
#
# If you only have secret_token set, your cookies will be signed, but
- # not encrypted. This means a user cannot alter his +user_id+ without
- # knowing your app's secret key, but can easily read his +user_id+. This
+ # not encrypted. This means a user cannot alter their +user_id+ without
+ # knowing your app's secret key, but can easily read their +user_id+. This
# was the default for Rails 3 apps.
#
# If you have secret_key_base set, your cookies will be encrypted. This