summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/java-style-iterators.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/java-style-iterators.qdoc')
-rw-r--r--src/corelib/doc/src/java-style-iterators.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/java-style-iterators.qdoc b/src/corelib/doc/src/java-style-iterators.qdoc
index 69b9592996..7e3c9db69b 100644
--- a/src/corelib/doc/src/java-style-iterators.qdoc
+++ b/src/corelib/doc/src/java-style-iterators.qdoc
@@ -71,7 +71,7 @@
\image javaiterators1.png
Here's a typical loop for iterating through all the elements of a
- QList<QString> in order and printing them to the console:
+ QList<QString> in order:
\snippet code/doc_src_containers.cpp 1