Programming Ruby 3.2 (5th Edition): B4.0 page 591, capitol + Name.new + a

@noelrappin

page 591, in Class

  1. capitol instead of capital at the end of the second line of the second paragraph
  2. to keep the SomeName example, When SomeName.new is called would be preferable to When Name.new is called in the second line of the third paragraph
  3. [defines a method called subclasses] … ,and a :point_left: method called superclass in the second line of the last paragraph of section Class

All three fixed