You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 synonymunequal
instead ofnot equal
while even the name of the function is the abbreviation of the wordsNot Equal
.rust/library/core/src/iter/traits/iterator.rs
Line 3724 in 992d154
I'd prefer if docs reflected it and said
The text was updated successfully, but these errors were encountered: