Programming Ruby 3.2 (5th Edition): B1.0 page 110, Mixing plural and singular

@noelrappin

Page 110, second paragraph after the code :

… … … … … The behavior of prepend is the same as include except that a
prepended modules methods are executed before a method of the same name in the class.

Mixing plural and singular. I suggest :

The behavior of prepend is the same as include except that a method in a
prepended module is executed before a method of the same name in the class.

I think what I meant here was “prepended module’s methods” – but I’m not sure that fixes the issue. I think yours is clearer. Thanks!