summaryrefslogtreecommitdiffstats
path: root/qtools/qtl.doc
diff options
context:
space:
mode:
Diffstat (limited to 'qtools/qtl.doc')
-rw-r--r--qtools/qtl.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtools/qtl.doc b/qtools/qtl.doc
index db5b994..e83b177 100644
--- a/qtools/qtl.doc
+++ b/qtools/qtl.doc
@@ -111,7 +111,7 @@ end() returns an iterator that points \e after the last
element. end() marks an invalid position, it can never be
dereferenced. It's the break condition in any iteration, may it be
from begin() or fromLast(). For maximum speed, use increment or
-decrement iterators with the prefix operator (++it, --it) instead of the the
+decrement iterators with the prefix operator (++it, --it) instead of the
postfix one (it++, it--), since the former is slightly faster.
The same concept applies to the other container classes: