Browse Source

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

Alex Turbov 10 months ago
parent
commit
8d8fd9de2c
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Help/release/dev/cpack-tar.rst
  2. 1 1
      Help/variable/CMAKE_EXPORT_SARIF.rst

+ 1 - 1
Help/release/dev/cpack-tar.rst

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

+ 1 - 1
Help/variable/CMAKE_EXPORT_SARIF.rst

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