Programming Ruby 3.2 (5th Edition): impropper form of "respond" (p. 19)

@noelrappin
In the third sentence of the first full paragraph on page 19, the word “response” is used when “responds” should be used instead.

The text reads:
“The object response to the message by invoking the method with that name.”

Correction:
“The object responds to the message by invoking the method with that name.”