Programming Ruby 3.2 (5th Edition) vB1.0: Typo: “alway” (p. 35)

@noelrappin

“The order of the keys in the hash is stable and will alway match the order in which the keys were added to the hash.”

should be

“The order of the keys in the hash is stable and will always match the order in which the keys were added to the hash.”