[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>
bb10
Marc Mutz 2023-11-15 10:52:25 +01:00
parent b08ba96fd0
commit e6febd05d9
1 changed files with 2 additions and 2 deletions

View File

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