diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 7fbe509..31abd56 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1604,7 +1604,7 @@ Once language support becomes available (e.g., see the [contract proposal](http: ##### Note -No, using `unsigned` is not a good way to sidestep the problem of [ensuring that a value is non-negative](#Res-non-negative). +No, using `unsigned` is not a good way to sidestep the problem of [ensuring that a value is non-negative](#Res-nonnegative). ##### Enforcement