From 4fee43c76ff420357dcd51f40108cfb6e0a20298 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 24 Oct 2022 10:16:33 +0200 Subject: [PATCH] Doc: Use "which" in clauses that add supporting information Fixes: QTCREATORBUG-28364 Change-Id: I98bbff1886fc63d024dd9ce57720274b598bf6de Reviewed-by: David Schulz --- doc/qtcreator/src/analyze/creator-coco.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/qtcreator/src/analyze/creator-coco.qdoc b/doc/qtcreator/src/analyze/creator-coco.qdoc index 64a239aec00..3a714d9bc08 100644 --- a/doc/qtcreator/src/analyze/creator-coco.qdoc +++ b/doc/qtcreator/src/analyze/creator-coco.qdoc @@ -9,7 +9,7 @@ \title Checking Code Coverage \l{https://doc.qt.io/coco/}{Coco} is a complete code coverage tool chain for - Tcl, QML, C# and C/C++ programs that runs on \macOS, Linux, and Windows. + Tcl, QML, C# and C/C++ programs, which runs on \macOS, Linux, and Windows. Coco analyzes the way an application runs, as part of a test suite, for example. The results enable you to make the tests more efficient and @@ -36,7 +36,7 @@ The experimental Coco plugin integrates Coco CoverageBrowser into \QC. It enables you to analyze the test coverage by loading an instrumentation - database (a .csmes file) that was generated by Coco CoverageScanner. + database (a .csmes file), which was generated by Coco CoverageScanner. It is currently supported only on Windows, with Coco version 6.0, or later.