summaryrefslogtreecommitdiffstats
path: root/doc/src/qalgorithms.qdoc
diff options
context:
space:
mode:
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.