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
Section 11.1, for loops says "In our example, the range function is a function, provided by Rust, "
The repetition of the word "function" is awkward.
The "provided by Rust" is redundant.
I suggest re-wording to: "The range function takes a start and end position, and returns an iterator over those values."
The text was updated successfully, but these errors were encountered:
remove rendundant function
3cd2fdf
Fixes rust-lang#17230.
51b4c51
Successfully merging a pull request may close this issue.
Section 11.1, for loops says "In our example, the range function is a function, provided by Rust, "
The repetition of the word "function" is awkward.
The "provided by Rust" is redundant.
I suggest re-wording to: "The range function takes a start and end position, and returns an iterator over those values."
The text was updated successfully, but these errors were encountered: