Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

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 
@ghost
Copy link

ghost commented Mar 15, 2023

@rustbot claim

@rustbot rustbot assigned ghost Mar 15, 2023
@ghost ghost mentioned this issue Mar 15, 2023
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant