-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix typos [nfc] #51709
Fix typos [nfc] #51709
Conversation
Nice! |
aa03c77
to
e0f7356
Compare
Force-push was undoing an accidental push that was meant for #51704 |
This comment was marked as resolved.
This comment was marked as resolved.
I'm going to merge this soon unless someone objects. I don't want to deal with merge conflicts and this touches 70 files. |
I'll go through and do one last full pass now. |
@@ -1980,7 +1980,7 @@ let (c, r, res) = test_complete_context("getkeyelem(mutable_const_prop).value.") | |||
end | |||
|
|||
# JuliaLang/julia/#51548 | |||
# don't return wrong result due to mutable inconsistentcy | |||
# don't return wrong result due to mutable inconsistency |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this refer to the :consistent
effect? If so, should this say "don't return wrong result due to mutable in-:consistent
-cy", or something like that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does refer to the effect, but IMHO it's fine to refer to the effect like this. Spelling it consistent
-cy always reads a bit clunky to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
If we do end up needing to fix anything regarding the inconsistentcy => inconsistency
change (stdlib/REPL/test/replcompletions.jl
line 1983), we can do so in a follow-up PR.
@LilithHafner Can you add |
Already have: crate-ci/typos#843 (comment) |
No description provided.