aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/engines.md
diff options
context:
space:
mode:
authorAshley Engelund (weedySeaDragon @ github) <registrations@ashleycaroline.com>2017-11-26 00:16:38 -0800
committerAshley Engelund (weedySeaDragon @ github) <registrations@ashleycaroline.com>2017-11-26 00:47:29 -0800
commited564f7db7fb9df58b095b66ab4668f626d6c4b5 (patch)
tree96397c5cbb583003aaf4d634084c2ccaf27bf3bd /guides/source/engines.md
parentc43bcc812549ed939952a08419588eb44e0794d0 (diff)
downloadrails-ed564f7db7fb9df58b095b66ab4668f626d6c4b5.tar.gz
rails-ed564f7db7fb9df58b095b66ab4668f626d6c4b5.tar.bz2
rails-ed564f7db7fb9df58b095b66ab4668f626d6c4b5.zip
gendered wording not necessary; changed to neutral [ci skip]
Diffstat (limited to 'guides/source/engines.md')
-rw-r--r--guides/source/engines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index b226eac347..8f4edce04a 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -921,7 +921,7 @@ engine:
mattr_accessor :author_class
```
-This method works like its brothers, `attr_accessor` and `cattr_accessor`, but
+This method works like its siblings, `attr_accessor` and `cattr_accessor`, but
provides a setter and getter method on the module with the specified name. To
use it, it must be referenced using `Blorgh.author_class`.