-
Notifications
You must be signed in to change notification settings - Fork 1.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 #96
Fix typos #96
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.
There's some whitespace damage here - and in <memory>
and <regex>
- that suggests you're not using clang-format 8.0.1. I'll clean it up, but for future reference please use 8.0.1 so we don't have churn in the sources from competing versions of clang-format.
@practicalswift, it looks like you haven't yet signed our Contributor License Agreement (CLA). Unfortunately, we cannot accept contributions without the signed CLA. |
#103 updates the pull request template to provide proper guidance regarding clang-format version. |
Thank you! 😸 |
Description
Fix typos.
Checklist:
Working Draft.
_Ugly
as perhttps://eel.is/c++draft/lex.name#3.1 .
_Ugly
.what happens to compile.
by an STL maintainer before CI is online, leave this unchecked for initial
submission).
members, adding virtual functions, changing whether a type is an aggregate or
trivially copyable, etc.). If unsure, leave this box unchecked and ask a
maintainer for help.