Programming Ruby 3.2 (5th Edition): page 376: first paragraph: wrong word (page 376)

@noelrappin

On page 376, first paragraph:

wrong:
… , that’s the first place Ruby looks for object lookup.

correct:
… , that’s the first place Ruby looks for method lookup.