Programming Ruby 3.2 (5th Edition): "a" instead of "at" (p. 28)

The sentence introducing the ‘foo.each { puts “Hello” }’ example reads:

“This is a code block a the end of a message call:”

Correction:
“This is a code block at the end of a message call:”

Thanks, it’s been fixed for the next release