summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc
diff options
context:
space:
mode:
authorAmanda Hamblin-Trué <amanda.hamblin-true@qt.io>2023-07-05 16:15:27 +0200
committerAmanda Hamblin-Trué <amanda.hamblin-true@qt.io>2023-07-05 18:55:15 +0200
commit9de8e7532b52a0a98bfb319d045ee03874dc09c8 (patch)
treea1c32789d4bcd126f568782545f863730289ffe9 /src/testlib/doc
parentec653fad3931c3db82a1acf697730ba0764f7f22 (diff)
QtTest: fix documention wording and typo
Pick-to: 6.6 6.5 Change-Id: I71c38e40db9ff222016ed24a43f646ceef749180 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/testlib/doc')
-rw-r--r--src/testlib/doc/src/qttestlib-manual.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc
index 2d89693d35..245749dba6 100644
--- a/src/testlib/doc/src/qttestlib-manual.qdoc
+++ b/src/testlib/doc/src/qttestlib-manual.qdoc
@@ -790,7 +790,7 @@
\nextpage {Chapter 4: Replaying GUI Events}{Chapter 4}
\title Chapter 3: Simulating GUI Events
- \brief Howe to simulate GUI events.
+ \brief How to simulate GUI events.
Qt Test features some mechanisms to test graphical user
interfaces. Instead of simulating native window system events,
@@ -958,7 +958,7 @@
\title Chapter 5: Writing a Benchmark
\brief How to write a benchmark.
- This final demonstrates how to write benchmarks using Qt Test.
+ This chapter demonstrates how to write benchmarks using Qt Test.
\section1 Writing a Benchmark
To create a benchmark we extend a test function with a QBENCHMARK macro.