More burn.

This commit is contained in:
Zed A. Shaw 2025-01-12 22:28:09 -05:00
parent 27a603f0e1
commit 86501f00f5

View file

@ -42,7 +42,7 @@
* three-clause-loop-trash. Just look at this comparison:
*
* ```cpp
* for(it = trash.begin(); it != trash.end(); trash++) {
* for(it = trash.begin(); it != trash.end(); it++) {
* std::cout << it << std::endl;
* }
* ```