[doc] QBENCHMARK_ONCE: fix typos

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

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>
(cherry picked from commit d1d8d03b7dcaa3dbfd22797822cb9acbd0843229)
(cherry picked from commit d6053ba84ec7ae5bb7958538fd4e3ee15252ec2e)
(cherry picked from commit fbe43489ca337587b8871903c6d6971dcd8f5863)
This commit is contained in:
Marc Mutz 2023-11-15 10:52:25 +01:00 committed by Qt Cherry-pick Bot
parent 2c2b74f1bd
commit 8da943f25f

View File

@ -617,8 +617,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}