mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
C.9: Improve an inline link (#1933)
Avoid ending the sentence with a dangling "see".
This commit is contained in:
committed by
GitHub
parent
6d018fcf5f
commit
fde9ee5de1
@@ -4477,7 +4477,7 @@ For example, a derived class might be allowed to skip a run-time check because i
|
||||
|
||||
##### Note
|
||||
|
||||
Prefer the order `public` members before `protected` members before `private` members [see](#Rl-order).
|
||||
Prefer the order `public` members before `protected` members before `private` members; see [NL.16](#Rl-order).
|
||||
|
||||
##### Enforcement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user