Programming Ruby 3.2 (5th Edition) vB1.0: Typo: “frozen as” (p. 43)

@noelrappin

“…interpolation inside it will automatically be frozen, as though freeze as called on it.”

should be

“…interpolation inside it will automatically be frozen, as though freeze was called on it.”

Thanks, that’s fixed.