Programming Ruby 3.2 (5th Edition): B4.0 page 610, superfluous new (2 times)

@noelrappin

page 610, in Event Hooks

Module#method_removed and Module#method_undefined both use the same

with the name of the new method as an argument.

as Module#method_added, but in these cases the method is not new.

module or class, with the name of the new method as an argument.
                               -----> ^^^

Correct, thanks