summaryrefslogtreecommitdiffstats
path: root/doc/src/qalgorithms.qdoc
diff options
context:
space:
mode:
authorIain <qt-info@nokia.com>2009-05-26 15:17:31 (GMT)
committerIain <qt-info@nokia.com>2009-05-26 15:17:31 (GMT)
commit82f8c6fbc0006d08638a397941f170e2bee6460d (patch)
tree3fc8b33e139a28d17482b9fe7bd349896cbd5ece /doc/src/qalgorithms.qdoc
parent8d9b58cde5d1ad6c6684bcc3516cd3782b946bfc (diff)
parent4998ad5f72314b48ad8c8115b64f4cb4b747c2bc (diff)
downloadQt-82f8c6fbc0006d08638a397941f170e2bee6460d.zip
Qt-82f8c6fbc0006d08638a397941f170e2bee6460d.tar.gz
Qt-82f8c6fbc0006d08638a397941f170e2bee6460d.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public
Diffstat (limited to 'doc/src/qalgorithms.qdoc')
-rw-r--r--doc/src/qalgorithms.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qalgorithms.qdoc b/doc/src/qalgorithms.qdoc
index b33c250..90289f9 100644
--- a/doc/src/qalgorithms.qdoc
+++ b/doc/src/qalgorithms.qdoc
@@ -59,7 +59,7 @@
If STL is available on all your target platforms, you can use the
STL algorithms instead of their Qt counterparts. One reason why
- you might want to use the the STL algorithms is that STL provides
+ you might want to use the STL algorithms is that STL provides
dozens and dozens of algorithms, whereas Qt only provides the most
important ones, making no attempt to duplicate functionality that
is already provided by the C++ standard.