Programming Ruby 3.2 (5th Edition): B4.0 page 543, #zip(*other)enums)

@noelrappin

page 543, paragraph 9 (or 5 counting only explanations, not code nor result), first line : closing parenthesis instead of underscore

The Enumerable#zip(*other)enums) [{ |element| block }] method combines a list with one or more
                  -----> ^

Thanks