Doc: Use "which" in clauses that add supporting information

Fixes: QTCREATORBUG-28364
Change-Id: I98bbff1886fc63d024dd9ce57720274b598bf6de
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Leena Miettinen
2022-10-24 10:16:33 +02:00
parent af7b0802a8
commit 4fee43c76f

View File

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