Programming Ruby 3.2 (5th Edition): B4.0 page 625, method’s parameter list

@noelrappin

page 625, last bullet, first line : parameterargument (or arguments ?)

The third line uses arguments, so I suppose you are talking about method call, not method definition.

Hence the first line shoul read :

Make sure the open parenthesis of a method’s argument list butts up against the end

You know, I think it’s the method definition, actually and they should both be “parameter”, but I’ll check