We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
tally
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was reading about the new
tally
method here https://ruby-doc.org/3.3.0/Enumerable.html#method-i-tallyand I saw this error:
It should be instead
The text was updated successfully, but these errors were encountered: