From fab039f534f18dc5259fe6332d25a0dadfa9945e Mon Sep 17 00:00:00 2001 From: karsten Date: Wed, 15 Dec 2021 18:28:15 +0100 Subject: [PATCH] comments corrected --- SearchJob.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SearchJob.hpp b/SearchJob.hpp index 6c6ee2b..48340f4 100644 --- a/SearchJob.hpp +++ b/SearchJob.hpp @@ -44,9 +44,9 @@ public: private: // pattern to search for std::string pattern_; - // first valid index + // start of search range Iterator begin_; - // last valid index + // end of search range Iterator end_; // result of the search ResultList result_;