mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
C.80: Fix typo in text
This commit is contained in:
parent
7070ffa839
commit
66c0348d19
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user