summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src/qtconcurrent-index.qdoc
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2021-10-09 02:45:56 +0200
committerLars Knoll <lars.knoll@qt.io>2021-10-12 10:52:03 +0000
commit5ed0974ef483a36ff0aee6ddc90c777c4a854a1a (patch)
treee359c3b376be0a7715dbfd6fd520d81994d02eeb /src/concurrent/doc/src/qtconcurrent-index.qdoc
parentaa97bc5f6ceb1e004d2a2abb0d4ef3297d632bea (diff)
concurrent: Fix typo in documentation
Pick-to: 6.2 Change-Id: Ibe3715de704f420ba3796d19c9e78cd6204eb4e5 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/concurrent/doc/src/qtconcurrent-index.qdoc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-index.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc
index 49d7dd478c..46a0a08972 100644
--- a/src/concurrent/doc/src/qtconcurrent-index.qdoc
+++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc
@@ -137,7 +137,7 @@
Random access iterators can be faster in cases where Qt Concurrent is
iterating over a large number of lightweight items, since they allow
skipping to any point in the container. In addition, using random access
- iterators allows Qt Concurrent to provide progress information trough
+ iterators allows Qt Concurrent to provide progress information through
QFuture::progressValue() and QFutureWatcher::progressValueChanged().
The non in-place modifying functions such as mapped() and filtered() makes a