summaryrefslogtreecommitdiffstats
path: root/doc/src/q3valuelist.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/q3valuelist.qdoc')
-rw-r--r--doc/src/q3valuelist.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/q3valuelist.qdoc b/doc/src/q3valuelist.qdoc
index be315c2..e3681af 100644
--- a/doc/src/q3valuelist.qdoc
+++ b/doc/src/q3valuelist.qdoc
@@ -108,7 +108,7 @@
pointing to the removed member become invalid. Inserting into the
list does not invalidate any iterator. For convenience, the
function last() returns a reference to the last item in the list,
- and first() returns a reference to the the first item. If the
+ and first() returns a reference to the first item. If the
list is empty(), both last() and first() have undefined behavior
(your application will crash or do unpredictable things). Use
last() and first() with caution, for example: