QtTest: fix documention wording and typo

Change-Id: I71c38e40db9ff222016ed24a43f646ceef749180
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
(cherry picked from commit 9de8e7532b52a0a98bfb319d045ee03874dc09c8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Amanda Hamblin-Trué 2023-07-05 16:15:27 +02:00 committed by Qt Cherry-pick Bot
parent 6f5132cf83
commit 9c7b9f9f58

View File

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