Programming Ruby 3.2 (5th Edition): page 375: second to last paragraph: wrong wording (page 375)

@noelrappin

On page 375 second to last paragraph:

wrong:
When you define a singleton class, Ruby creates …

correct:
When you define a singleton method, Ruby creates …