comments corrected

This commit is contained in:
Karsten Laux 2021-12-15 18:28:15 +01:00
parent 3e35d53e9e
commit fab039f534

View File

@ -44,9 +44,9 @@ public:
private: private:
// pattern to search for // pattern to search for
std::string pattern_; std::string pattern_;
// first valid index // start of search range
Iterator begin_; Iterator begin_;
// last valid index // end of search range
Iterator end_; Iterator end_;
// result of the search // result of the search
ResultList result_; ResultList result_;