[doc] QBENCHMARK_ONCE: fix typos

... and remove a prematurely-ending parenthesized remark.

Pick-to: 6.5 6.2 5.15
Change-Id: If0a2f482c45128739ed6cea1d8385ea34f45b094
Reviewed-by: Isak Fyksen <isak.fyksen@qt.io>
Reviewed-by: Jason McDonald <macadder1@gmail.com>
(cherry picked from commit e6febd05d963939a354162bf647b939ad7aca64f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Marc Mutz 2023-11-15 10:52:25 +01:00 committed by Qt Cherry-pick Bot
parent dc0d1b6250
commit d1d8d03b7d

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}