[iterators][segment_iterator] fix grammar in the comment about the

iterator category of the segment iterator
This commit is contained in:
Menelaos Karavelas
2014-10-24 01:08:14 +03:00
parent 26fb60447f
commit de6f9577bd

View File

@@ -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;