fixed error in code comment (#1105)

This commit is contained in:
michaelz85
2017-12-18 17:39:04 +01:00
committed by Sergey Zubkov
parent 352e94babe
commit b5a20f10ea

View File

@@ -16299,7 +16299,7 @@ The ability to specify a meaningful semantics is a defining characteristic of a
int x = 7;
int y = 9;
auto z = algo(x, y); // z = 18
auto z = algo(x, y); // z = 16
string xx = "7";
string yy = "9";