summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/imagescaling/doc/src
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-02-09 14:16:53 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-02-28 16:53:10 +0000
commit8ecd81ae86b07ef0ec10f17a343d349c07b1a29b (patch)
tree9b435bdb0d61f94b7820d0aa5b34281110fc6e01 /examples/qtconcurrent/imagescaling/doc/src
parentee1651efdd32dfb96443828ddaeddccb3e4e3648 (diff)
Doc: Remove duplicate words
Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7 Pick-to: 6.5 6.4 6.2 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/qtconcurrent/imagescaling/doc/src')
-rw-r--r--examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc b/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
index f6455c67af..91a519b8ae 100644
--- a/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
+++ b/examples/qtconcurrent/imagescaling/doc/src/qtconcurrent-imagescaling.qdoc
@@ -11,7 +11,7 @@
This example shows how to use the QFuture and QPromise classes to download a
collection of images from the network and scale them, without blocking the UI.
- The application consists of the the following steps:
+ The application consists of the following steps:
\list 1
\li Download images form the list of URLs specified by the user.