Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5a20f1

Browse files
michaelz85cubbimew
authored andcommitted
fixed error in code comment (isocpp#1105)
1 parent 352e94b commit b5a20f1

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
@@ -16299,7 +16299,7 @@ The ability to specify a meaningful semantics is a defining characteristic of a
1629916299

1630016300
int x = 7;
1630116301
int y = 9;
16302-
auto z = algo(x, y); // z = 18
16302+
auto z = algo(x, y); // z = 16
1630316303

1630416304
string xx = "7";
1630516305
string yy = "9";

0 commit comments

Comments
 (0)