Fixed comments after pulling PR #85

This commit is contained in:
Andrew Pardoe 2015-09-24 07:23:13 -07:00
parent 11b32170c1
commit c61b997305

View File

@ -7196,6 +7196,8 @@ This will copy each elements of `vs` into `s`. Better
// do work // do work
} }
**Example, bad**:
int i = 0; int i = 0;
while (i < vec.size()) { while (i < vec.size()) {
// do work // do work