summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2021-08-03 16:39:34 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-04 10:28:28 +0000
commit9cbf3f5e4a106b497c6d9d2a201b6b35b1108630 (patch)
tree045566554288f87638a657536b25599ef2bb0ce3
parent10ea3dddd159fe095a4d9ef28ced6c83022d11fe (diff)
downloadqttools-9cbf3f5e4a106b497c6d9d2a201b6b35b1108630.tar.gz
Doc: Fix a typo in the "Introduction to QDoc" documentation page
Changes `thinks` to `links` in the 4th paragraph of the "Why Standard Mode Is Slow" section. Fixes: QTBUG-95561 Change-Id: If49f2d58341f33adf8cb8504193d7e3cb3896fcc Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 07164bb6a5bdea6cacd69692287bd65a592b2f5a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qdoc/doc/qdoc-manual-intro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-manual-intro.qdoc b/src/qdoc/doc/qdoc-manual-intro.qdoc
index 525445b4f..b18d9b0e0 100644
--- a/src/qdoc/doc/qdoc-manual-intro.qdoc
+++ b/src/qdoc/doc/qdoc-manual-intro.qdoc
@@ -205,7 +205,7 @@
module's, that module is said to depend on those other Qt modules.
Hence when QDoc runs the \e {generate phase} for that module, it
must also load the index files for those modules so it can create
- those thinks.
+ those links.
Hence, when the Qt build system generates the Qt documentation, it
first runs QDoc once for each module to perform the \e {prepare