summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-11-15 10:52:25 +0100
committerMarc Mutz <marc.mutz@qt.io>2023-11-15 23:40:24 +0100
commite6febd05d963939a354162bf647b939ad7aca64f (patch)
treec799bf39569da08182cdd21226a53192a1e7f6a4
parentb08ba96fd0eed8517a8a60c0d8d4064a7ab90498 (diff)
[doc] QBENCHMARK_ONCE: fix typos
... and remove a prematurely-ending parenthesized remark. Pick-to: 6.6 6.5 6.2 5.15 Change-Id: If0a2f482c45128739ed6cea1d8385ea34f45b094 Reviewed-by: Isak Fyksen <isak.fyksen@qt.io> Reviewed-by: Jason McDonald <macadder1@gmail.com>
-rw-r--r--src/testlib/qtestcase.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc
index 7c50461849..f692b98491 100644
--- a/src/testlib/qtestcase.qdoc
+++ b/src/testlib/qtestcase.qdoc
@@ -962,8 +962,8 @@
this macro.
Unlike QBENCHMARK, the contents of the contained code block is only run
- once. The elapsed time will be reported as "0" if it's to short to
- be measured by the selected backend. (Use)
+ once. The elapsed time will be reported as "0" if it's too short to
+ be measured by the selected backend.
\sa {Qt Test Overview#Creating a Benchmark}{Creating a Benchmark},
{Chapter 5: Writing a Benchmark}{Writing a Benchmark}