mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #322 from xtofl/master
(minor fix) markdown backtick mismatch
This commit is contained in:
commit
5cb4383a21
|
@ -5506,7 +5506,7 @@ This a relatively rare use because implementation can often be organized into a
|
||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
Capping a hierarchy with 'final` is rarely needed for logical reasons and can be damaging to the extensibility of a hierarchy.
|
Capping a hierarchy with `final` is rarely needed for logical reasons and can be damaging to the extensibility of a hierarchy.
|
||||||
Capping an individual virtual function with `final` is error-prone as that `final` can easily be overlooked when defining/overriding a set of functions.
|
Capping an individual virtual function with `final` is error-prone as that `final` can easily be overlooked when defining/overriding a set of functions.
|
||||||
|
|
||||||
##### Example, bad
|
##### Example, bad
|
||||||
|
|
Loading…
Reference in New Issue
Block a user