-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Bugfix - Typos #380
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
Bugfix - Typos #380
Conversation
"Dedent" is a term of art in the python community. It's a synonym for "outdent". Since this code is dealing with python dedents, the comment is correct as is. |
Ah, my bad here, I am not familiar with python and its terms |
9f7e750
to
71b0c55
Compare
Updated to reflect comments. Reverted |
* "doxygen --help" for details. What follows are CSS overrides for LLVM | ||
* Note: Everything above here is generated with "doxygen -w html" command. See |
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.
Why did you re-order these lines?
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.
Oh, damn sorry. That happened because my editor removes all trailing whitespace which most of sources have here, so it is a bit difficult to stage changes, as there is a lot of "noise" from whitespace removal
71b0c55
to
4a7e7c9
Compare
4a7e7c9
to
e799d3e
Compare
Fixed the incorrect ordering of lines |
Thanks! |
…check Update project_precommit_check check to swiftc version from Xcode 11 Beta 6
I am probably starting to annoy you guys, but here is another PR to fix typos across various files. 🎉