diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 3c5f941..711f8d3 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -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,