Programming Ruby 3.2 (5th Edition): B2.0 page 483, or a creates new

@noelrappin

page 483, in Raising Exceptions, third paragraph, first line : a creates instead of creates a

The first form reraises the exception in $! or a creates new RuntimeError if $! is nil. The second
                                        -----> ^^^^^^^^^^^^^

Should be : or creates a new RuntimeError

Yes, thanks!