Programming Ruby 3.2 (5th Edition): B4.0 page 555, missing set

@noelrappin

page 555, second paragraph, end of first line or start of second line : set is missing

To remove an object from a set, the Set#delete(object) method removes the object from the
    and returns the updated set.
^^^ <----- set

Yes, thanks!