diff --git a/shiterator.hpp b/shiterator.hpp index bbbd6af..07a3e3e 100644 --- a/shiterator.hpp +++ b/shiterator.hpp @@ -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; * } * ```