More burn.
This commit is contained in:
parent
27a603f0e1
commit
86501f00f5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
* three-clause-loop-trash. Just look at this comparison:
|
* three-clause-loop-trash. Just look at this comparison:
|
||||||
*
|
*
|
||||||
* ```cpp
|
* ```cpp
|
||||||
* for(it = trash.begin(); it != trash.end(); trash++) {
|
* for(it = trash.begin(); it != trash.end(); it++) {
|
||||||
* std::cout << it << std::endl;
|
* std::cout << it << std::endl;
|
||||||
* }
|
* }
|
||||||
* ```
|
* ```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue