Skip to content

Commit 65a73aa

Browse files
authored
Denote override and final as code
1 parent b0ece55 commit 65a73aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-Considering_Maintainability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ The `assert()` will be removed in release builds which will prevent the `set_val
5353
So while the second version is uglier, the first version is simply not correct.
5454

5555

56-
## Properly Utilize 'override' and 'final'
56+
## Properly Utilize `override` and `final`
5757

5858
These keywords make it clear to other developers how virtual functions are being utilized, can catch potential errors if the signature of a virtual function changes, and can possibly [hint to the compiler](http://stackoverflow.com/questions/7538820/how-does-the-compiler-benefit-from-cs-new-final-keyword) of optimizations that can be performed.

0 commit comments

Comments
 (0)