Help: Fix typos in RST found by the rst-backticks hook

This commit is contained in:
Alex Turbov 2025-02-02 18:56:26 +04:00
parent 321b71cfde
commit 8d8fd9de2c
No known key found for this signature in database
GPG Key ID: 8BEDB7D11F95D5E3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cpack-tar
---------
* The :cpack_gen:`CPack Archive Generator` learned to generated `.tar`
* The :cpack_gen:`CPack Archive Generator` learned to generated ``.tar``
packages without compression.

View File

@ -7,7 +7,7 @@ Enable or disable CMake diagnostics output in SARIF format for a project.
If enabled, CMake will generate a SARIF log file containing diagnostic messages
output by CMake when running in a project. By default, the log file is written
to `.cmake/sarif/cmake.sarif`, but the location can be changed by setting the
to ``.cmake/sarif/cmake.sarif``, but the location can be changed by setting the
command-line option :option:`cmake --sarif-output` to the desired path.
The Static Analysis Results Interchange Format (SARIF) is a JSON-based standard