Help: Fix typos found by the rst-directive-colons hook

The corresponding `pre-commit` configuration is coming in the
separate MR.

Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
This commit is contained in:
Alex Turbov
2025-01-27 00:59:03 +04:00
parent 2eff8c0b15
commit c833629508
7 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ current C++ toolchain. Support for C++\<NN\> may be detected using a
``<NN> IN_LIST CMAKE_CXX_COMPILER_IMPORT_STD`` predicate with the
:command:`if` command.
.. note ::
.. note::
This variable is meaningful only when experimental support for ``import
std;`` has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_IMPORT_STD`` gate.

View File

@@ -6,7 +6,7 @@ CMAKE_CXX_MODULE_STD
Whether to add utility targets as dependencies to targets with at least
``cxx_std_23`` or not.
.. note ::
.. note::
This setting is meaningful only when experimental support for ``import
std;`` has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_IMPORT_STD`` gate.

View File

@@ -3,7 +3,7 @@ CMAKE_EXPORT_BUILD_DATABASE
.. versionadded:: 3.31
.. note ::
.. note::
This variable is meaningful only when experimental support for build
databases has been enabled by the