From 2477f275dc3be04c77b5ce4eafb579ac51ceebfc Mon Sep 17 00:00:00 2001 From: Manlio Morini Date: Mon, 22 Jun 2020 19:49:20 +0200 Subject: [PATCH] Fixed broken link (Res-nonnegative) (#1641) --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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