Programming Ruby 3.2 (5th Edition): B4.0 page 594, "require bigdecimal" + misplaced comma

@noelrappin

page 594, in Conversion, in the table for BigDecimal

  1. first line : “require bigdecimal” instead of require “bigdecimal”
  2. line 5 : the comma after otherwise should be moved after true

Got them both, thanks!