Skip to content

Commit 2477f27

Browse files
authored
Fixed broken link (Res-nonnegative) (#1641)
1 parent 8b94f6e commit 2477f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ Once language support becomes available (e.g., see the [contract proposal](http:
16041604

16051605
##### Note
16061606

1607-
No, using `unsigned` is not a good way to sidestep the problem of [ensuring that a value is non-negative](#Res-non-negative).
1607+
No, using `unsigned` is not a good way to sidestep the problem of [ensuring that a value is non-negative](#Res-nonnegative).
16081608

16091609
##### Enforcement
16101610

0 commit comments

Comments
 (0)