Programming Ruby 3.2 (5th Edition): unexpected `#else` method reference (page 592)

Hello! It looks like the following line referencing an #else method in the Data class documentation may intend to reference #each instead:

Notably, Data objects do not respond to else or dig but

Cheers!