gendered wording not necessary; changed to neutral [ci skip]

This commit is contained in:
Ashley Engelund (weedySeaDragon @ github) 2017-11-26 00:16:38 -08:00
parent c43bcc8125
commit ed564f7db7

@ -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`.