From d1d8d03b7dcaa3dbfd22797822cb9acbd0843229 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 15 Nov 2023 10:52:25 +0100 Subject: [PATCH] [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 Reviewed-by: Jason McDonald (cherry picked from commit e6febd05d963939a354162bf647b939ad7aca64f) Reviewed-by: Qt Cherry-pick Bot --- src/testlib/qtestcase.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testlib/qtestcase.qdoc b/src/testlib/qtestcase.qdoc index 7c50461849c..f692b984912 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}