mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #206 from jlaire/patch-1
Fix typo (an char -> a char)
This commit is contained in:
commit
a04c9a9f32
|
@ -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.
|
||||
There are cases where checking early is dumb because you may not ever need the value,
|
||||
|
|
Loading…
Reference in New Issue
Block a user