mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Simple typo fix. (#1060)
This commit is contained in:
parent
74cab35f85
commit
c4f833ad5c
|
@ -3713,7 +3713,7 @@ Generic lambdas offer a concise way to write function templates and so can be us
|
||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
Default arguments simply provides alternative interfaces to a single implementation.
|
Default arguments simply provide alternative interfaces to a single implementation.
|
||||||
There is no guarantee that a set of overloaded functions all implement the same semantics.
|
There is no guarantee that a set of overloaded functions all implement the same semantics.
|
||||||
The use of default arguments can avoid code replication.
|
The use of default arguments can avoid code replication.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user