concurrent: Fix typo in documentation

Pick-to: 6.2
Change-Id: Ibe3715de704f420ba3796d19c9e78cd6204eb4e5
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Jonas Kvinge 2021-10-09 02:45:56 +02:00 committed by Lars Knoll
parent aa97bc5f6c
commit 5ed0974ef4

View File

@ -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