From 2d58d65462e837430a0990c2a414d5c397e9fa31 Mon Sep 17 00:00:00 2001 From: Georgiy Guminov Date: Tue, 11 Jun 2024 14:04:17 +0300 Subject: [PATCH] Omitted. --- include/boost/iterator/iterator_adaptor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/iterator_adaptor.hpp b/include/boost/iterator/iterator_adaptor.hpp index 2fcecb3..113ac6c 100644 --- a/include/boost/iterator/iterator_adaptor.hpp +++ b/include/boost/iterator/iterator_adaptor.hpp @@ -171,7 +171,7 @@ namespace iterators { // versions of iterator_adaptor The idea is that when the user needs // to fiddle with the reference type it is highly likely that the // iterator category has to be adjusted as well. Any of the - // following four template arguments may be committed or explicitly + // following four template arguments may be omitted or explicitly // replaced by use_default. // // Value - if supplied, the value_type of the resulting iterator, unless