C.80: Fix typo in text

This commit is contained in:
Severin Meyer 2016-11-17 14:51:08 +01:00
parent 7070ffa839
commit 66c0348d19

View File

@ -5512,7 +5512,7 @@ comparisons, `swap`, and `hash`.
##### Reason
The compiler is more likely to get the default semantics right and you cannot implement these function better than the compiler.
The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler.
##### Example