C.139: Fix typo in text

This commit is contained in:
Severin Meyer
2016-11-17 14:55:54 +01:00
parent fc0999c56e
commit 26953e0bf9

View File

@@ -6621,7 +6621,7 @@ Too often, such claims are based on conjecture or experience with other language
There are examples where `final` can be important for both logical and performance reasons. There are examples where `final` can be important for both logical and performance reasons.
One example is a performance-critical AST hierarchy in a compiler or language analysis tool. One example is a performance-critical AST hierarchy in a compiler or language analysis tool.
New derived classes are not added every year and only by library implementers. New derived classes are not added every year and only by library implementers.
However, misuses are (or at least has been) far more common. However, misuses are (or at least have been) far more common.
##### Enforcement ##### Enforcement