-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Correct misspelling in error text: re-assignment => reassignment #45398
Conversation
r? @arielb1 (rust_highfive has picked a reviewer for you, use r? to override) |
pinging on my own PR but it's what the triage procedures say sooo ping @arielb1! |
This won't cause any stability problems - there are no stability promises on error messages. However, I'm not sure this is an improvement. assignment is the technical term, so I think re-assignment is preferrable to the somewhat distinct word reassignment. |
So, should this PR go forward or should this be closed? |
I think we've come up with a compromise :) |
@bors r+ rollup |
📌 Commit 0e46cf4 has been approved by |
Correct misspelling in error text: re-assignment => reassignment [reassignment is the correct spelling](https://www.thefreedictionary.com/reassignment) rather than re-assignment; this error message looks silly in the book next to text trying to be grammatically correct :-/ Will this cause any stability/backcompat type issues?
reassignment is the correct spelling rather than re-assignment; this error message looks silly in the book next to text trying to be grammatically correct :-/
Will this cause any stability/backcompat type issues?