Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for ActionController::API use neutral language [ci skip] #42562

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

bensheldon
Copy link
Contributor

Summary

Tiny copy-edit to use gender-neutral language: brothers -> siblings. Completes the work of #31231.

@rails-bot rails-bot bot added the actionpack label Jun 22, 2021
@@ -37,7 +37,7 @@ module ActionController
# == Renders
#
# The default API Controller stack includes all renderers, which means you
# can use <tt>render :json</tt> and brothers freely in your controllers. Keep
# can use <tt>render :json</tt> and siblings freely in your controllers. Keep
Copy link
Contributor

Choose a reason for hiding this comment

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

using family related names at all seems weird to me already. What do you think about using something like,

Suggested change
# can use <tt>render :json</tt> and siblings freely in your controllers. Keep
# can use <tt>render :json</tt> and related methods freely in your controllers. Keep

I think siblings is also better, so this change is a 👍 from me either way.

Copy link
Member

Choose a reason for hiding this comment

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

siblings is more correct here because it is talking about render text: which is not a new method.

@rafaelfranca rafaelfranca merged commit a5d5010 into rails:main Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants