Skip to content
New issue

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

[docs] Iterator fuction ne description should use "not equal" #109168

Closed
1oglop1 opened this issue Mar 15, 2023 · 1 comment · Fixed by #109180
Closed

[docs] Iterator fuction ne description should use "not equal" #109168

1oglop1 opened this issue Mar 15, 2023 · 1 comment · Fixed by #109180
Assignees

Comments

@1oglop1
Copy link

1oglop1 commented Mar 15, 2023

Hi, I'm currently learning Rust and English is not my first language on top of which I suffer from dyslexia.
The language style in docs is a bit difficult for me to understand sometimes.

For example docs for the not equal function feels a bit misleading by using the synonym unequal instead of not equal while even the name of the function is the abbreviation of the words Not Equal.

/// Determines if the elements of this [`Iterator`] are unequal to those of

I'd prefer if docs reflected it and said

/// Determines if the elements of this [`Iterator`] are not equal to those of 
@gimbling-away
Copy link
Contributor

@rustbot claim

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Mar 15, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this issue Mar 16, 2023
@bors bors closed this as completed in 7696248 Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants