C.140: Fix typo in text

This commit is contained in:
Severin Meyer 2016-11-17 14:56:45 +01:00
parent 26953e0bf9
commit 353f8ffc4c

View File

@ -6632,7 +6632,7 @@ Flag uses of `final`.
##### Reason
That can cause confusion: An overrider do not inherit default arguments.
That can cause confusion: An overrider does not inherit default arguments.
##### Example, bad