Skip to content

Commit fde9ee5

Browse files
authored
C.9: Improve an inline link (#1933)
Avoid ending the sentence with a dangling "see".
1 parent 6d018fc commit fde9ee5

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
@@ -4477,7 +4477,7 @@ For example, a derived class might be allowed to skip a run-time check because i
44774477

44784478
##### Note
44794479

4480-
Prefer the order `public` members before `protected` members before `private` members [see](#Rl-order).
4480+
Prefer the order `public` members before `protected` members before `private` members; see [NL.16](#Rl-order).
44814481

44824482
##### Enforcement
44834483

0 commit comments

Comments
 (0)