-
Notifications
You must be signed in to change notification settings - Fork 14k
Fix typo in comment in rustc_errors #148882
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
base: main
Are you sure you want to change the base?
Conversation
It seems "CharPose" was a typo since I couldn't find any references to it anywhere else in the codebase
|
r? @nnethercote rustbot has assigned @nnethercote. Use |
|
@bors r+ rollup |
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.
can you please change this to lowercase
| ) -> usize { | ||
| let mut line_count = 0; | ||
| // Convert CharPos to Usize, as CharPose is character offset | ||
| // Convert `CharPos` to `Usize`, as `CharPos` is character offset |
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.
| // Convert `CharPos` to `Usize`, as `CharPos` is character offset | |
| // Convert `CharPos` to `usize`, as `CharPos` is character offset |
|
@bors r- sorry for interrupting, but this |
It seems "CharPose" was a typo since I couldn't find any references to it anywhere else in the codebase