mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Merge pull request #206 from jlaire/patch-1
Fix typo (an char -> a char)
This commit is contained in:
@@ -712,7 +712,7 @@ If all we had was a typo so that we meant to use `n` as the bound, the code coul
|
|||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
|
||||||
The date is validated twice (by the `Date` constructor) and passed as an character string (unstructured data).
|
The date is validated twice (by the `Date` constructor) and passed as a character string (unstructured data).
|
||||||
|
|
||||||
**Example**: Excess checking can be costly.
|
**Example**: Excess checking can be costly.
|
||||||
There are cases where checking early is dumb because you may not ever need the value,
|
There are cases where checking early is dumb because you may not ever need the value,
|
||||||
|
|||||||
Reference in New Issue
Block a user