mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Fixed comments after pulling PR #85
This commit is contained in:
parent
11b32170c1
commit
c61b997305
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user