I was reading about the new tally method here https://ruby-doc.org/3.3.0/Enumerable.html#method-i-tally
and I saw this error:
Each value is the number elements equal to that key.
It should be instead
Each value is the number of elements equal to that key.