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
It looks like there's a typo in the name of one public enum (Peak) and one public method (Jiter::peak):
Peak
Jiter::peak
Reading the documentation for what that type / method does, I suppose they should be named Peek / peek instead?
Peek
peek
Here's the corresponding trait from the Rust standard library: https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html
The text was updated successfully, but these errors were encountered:
Weird, I thought I already noticed this and fixed, apparently not.
PR welcome to correct this.
Sorry, something went wrong.
You're right, it should definitely be "peek"
peak
Successfully merging a pull request may close this issue.
It looks like there's a typo in the name of one public enum (
Peak
) and one public method (Jiter::peak
):Reading the documentation for what that type / method does, I suppose they should be named
Peek
/peek
instead?Here's the corresponding trait from the Rust standard library:
https://doc.rust-lang.org/stable/std/iter/struct.Peekable.html
The text was updated successfully, but these errors were encountered: