-
Notifications
You must be signed in to change notification settings - Fork 658
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 #2030
Fix typos #2030
Conversation
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.
Only one fix - otherwise looks good. Thanks a lot!
pygments/lexers/rust.py
Outdated
@@ -66,7 +66,7 @@ class RustLexer(RegexLexer): | |||
tokens = { | |||
'root': [ | |||
# rust allows a file to start with a shebang, but if the first line | |||
# starts with #![ then it's not a shebang but a crate attribute. | |||
# starts with #![ then it's not a shebang but a create attribute. |
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.
This one is wrong, "crate" is the correct term here. (It's also a valid English word - how was this fix generated?)
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.
Done. Codespell and aspell.
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.
Thanks a lot!
🎉 🎉 🎉 🎉 🎉 |
No description provided.