mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
C.80: Fix typo in text
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user