aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-01 03:19:56 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-01 03:20:39 -0500
commit49ff20d9b164693ed7fee880b69cc14b141678b3 (patch)
treed67506d8a9a223fc2b52e8e072744f4c94b9f11e /actionpack
parente8523be4ac9074dc05dbd3f4dd5ac705bfd3b9a6 (diff)
downloadrails-49ff20d9b164693ed7fee880b69cc14b141678b3.tar.gz
rails-49ff20d9b164693ed7fee880b69cc14b141678b3.tar.bz2
rails-49ff20d9b164693ed7fee880b69cc14b141678b3.zip
Use genderless pronouns in API docs
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index c84776ab7a..7f9ed54264 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -99,7 +99,7 @@ module ActionController
# or you can remove the entire session with +reset_session+.
#
# Sessions are stored by default in a browser cookie that's cryptographically signed, but unencrypted.
- # This prevents the user from tampering with the session but also allows him to see its contents.
+ # This prevents the user from tampering with the session but also allows them to see its contents.
#
# Do not put secret information in cookie-based sessions!
#