-
Notifications
You must be signed in to change notification settings - Fork 263
Spelling #1412
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
Spelling #1412
Changes from all commits
e81ed56
7e7b7a7
35c0067
2871e51
e1a4e2d
5611f06
49fd8d9
4585c09
f6effc3
7eec64b
bf3c28b
09150e2
5d06c31
7a12726
de3bd1b
83ac6ee
9384f1c
7e6ac18
0ff28f6
8c8b919
fa4284d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this comes from somewhere as I'm pretty sure I've changed it elsewhere in the past. Happy to drop this or anything else.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I can update catch.hpp to the latest version. https://github.com/catchorg/Catch2 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7779,7 +7779,7 @@ namespace Catch { | |
| result = -erfc_inv(2.0 * p); | ||
| // result *= normal distribution standard deviation (1.0) * sqrt(2) | ||
| result *= /*sd * */ ROOT_TWO; | ||
| // result += normal disttribution mean (0) | ||
| // result += normal distribution mean (0) | ||
| return result; | ||
| } | ||
|
|
||
|
|
@@ -11310,7 +11310,7 @@ namespace Catch { | |
| std::string TagInfo::all() const { | ||
| size_t size = 0; | ||
| for (auto const& spelling : spellings) { | ||
| // Add 2 for the brackes | ||
| // Add 2 for the brackets | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Things like this are frustrating -- it could be |
||
| size += spelling.size() + 2; | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.