From de6f9577bd6a4dfbc9f08a04e3046b0ed0692b8a Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Fri, 24 Oct 2014 01:08:14 +0300 Subject: [PATCH] [iterators][segment_iterator] fix grammar in the comment about the iterator category of the segment iterator --- include/boost/geometry/iterators/segment_iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/iterators/segment_iterator.hpp b/include/boost/geometry/iterators/segment_iterator.hpp index e22d57bbc..71aff39c4 100644 --- a/include/boost/geometry/iterators/segment_iterator.hpp +++ b/include/boost/geometry/iterators/segment_iterator.hpp @@ -278,7 +278,7 @@ public: // fact that the value type of the iterator is not a reference, // the iterator_facade framework (used to define the base class of // this iterator) degrades automatically the iterator's category - // to input iterator. With following typedef we recover the + // to input iterator. With the following typedef we recover the // correct iterator category. typedef std::bidirectional_iterator_tag iterator_category;