aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/threading/doc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/threading/doc')
-rw-r--r--examples/quick/threading/doc/src/threading.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/threading/doc/src/threading.qdoc b/examples/quick/threading/doc/src/threading.qdoc
index b87cb1b952..3ed8c33c6f 100644
--- a/examples/quick/threading/doc/src/threading.qdoc
+++ b/examples/quick/threading/doc/src/threading.qdoc
@@ -44,6 +44,6 @@
\snippet quick/threading/workerscript/workerscript.qml 0
The workerscript then is free to take a really long time to calculate it:
\snippet quick/threading/workerscript/workerscript.js 0
- When it's done, the result returns to the main scene via the WorkerScript element:
+ When it's done, the result returns to the main scene via the WorkerScript type:
\snippet quick/threading/workerscript/workerscript.qml 1
*/