Skip to content

Commit

Permalink
Use genderless pronouns in API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Dec 2, 2013
1 parent 5fb67eb commit f84dbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/base.rb
Expand Up @@ -85,7 +85,7 @@ module ActionController
# or you can remove the entire session with +reset_session+. # 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. # 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! # Do not put secret information in cookie-based sessions!
# #
Expand Down
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/validations/uniqueness.rb
Expand Up @@ -209,7 +209,7 @@ module ClassMethods
# exception. You can either choose to let this error propagate (which # exception. You can either choose to let this error propagate (which
# will result in the default Rails exception page being shown), or you # will result in the default Rails exception page being shown), or you
# can catch it and restart the transaction (e.g. by telling the user # can catch it and restart the transaction (e.g. by telling the user
# that the title already exists, and asking him to re-enter the title). # that the title already exists, and asking them to re-enter the title).
# This technique is also known as # This technique is also known as
# {optimistic concurrency control}[http://en.wikipedia.org/wiki/Optimistic_concurrency_control]. # {optimistic concurrency control}[http://en.wikipedia.org/wiki/Optimistic_concurrency_control].
# #
Expand Down

3 comments on commit f84dbd5

@etehtsea
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@shtirlic
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@etehtsea 💊 🙆‍♀️

@why-el
Copy link
Contributor

@why-el why-el commented on f84dbd5 Dec 6, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better solution in my opinion is to package these changes in a branch and apply them doc-wide. There is no point in keeping inconsistent gender usage because that could be confusing.

Please sign in to comment.