small typo

This commit is contained in:
Artem Pavlenko 2023-03-07 09:57:36 +00:00
parent 52b5cab584
commit 7035b3e399

View file

@ -92,7 +92,7 @@ class buffer_stack
void pop()
{
// ^ ensure irator is not out-of-range
// ^ ensure iterator is not out-of-range
// prior calling this method
++position_;
}