fixed error in code comment (#1105)

pull/1106/head
michaelz85 8 years ago committed by Sergey Zubkov
parent 352e94babe
commit b5a20f10ea

@ -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";

Loading…
Cancel
Save