diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-12-01 03:19:56 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-12-01 03:20:39 -0500 |
commit | 49ff20d9b164693ed7fee880b69cc14b141678b3 (patch) | |
tree | d67506d8a9a223fc2b52e8e072744f4c94b9f11e /actionpack/lib | |
parent | e8523be4ac9074dc05dbd3f4dd5ac705bfd3b9a6 (diff) | |
download | rails-49ff20d9b164693ed7fee880b69cc14b141678b3.tar.gz rails-49ff20d9b164693ed7fee880b69cc14b141678b3.tar.bz2 rails-49ff20d9b164693ed7fee880b69cc14b141678b3.zip |
Use genderless pronouns in API docs
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_controller/base.rb | 2 |
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! # |