Skip to content

Commit c4f833a

Browse files
AsmCoder110jwakely
authored andcommitted
Simple typo fix. (isocpp#1060)
1 parent 74cab35 commit c4f833a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CppCoreGuidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3713,7 +3713,7 @@ Generic lambdas offer a concise way to write function templates and so can be us
37133713

37143714
##### Reason
37153715

3716-
Default arguments simply provides alternative interfaces to a single implementation.
3716+
Default arguments simply provide alternative interfaces to a single implementation.
37173717
There is no guarantee that a set of overloaded functions all implement the same semantics.
37183718
The use of default arguments can avoid code replication.
37193719

0 commit comments

Comments
 (0)