Programming Ruby 3.2 (5th Edition): B4.0 page 588, BasicOpbject

@noelrappin

page 588, first bullet at the bottom of the page, first line : BasicOpbject instead of BasicObject

BasicObject::new returns a new BasicOpbject. Note that if you type BasicObject.new into irb,
                              -----> ^

Fixed!