diff --git a/Help/dev/experimental.rst b/Help/dev/experimental.rst index 30d53ff8ff..61b77c02dc 100644 --- a/Help/dev/experimental.rst +++ b/Help/dev/experimental.rst @@ -37,7 +37,7 @@ When activated, this experimental feature provides the following: * The package name associated with specific targets may be specified using the ``CMAKE_EXPORT_FIND_PACKAGE_NAME`` variable and/or -``EXPORT_FIND_PACKAGE_NAME`` target property. + ``EXPORT_FIND_PACKAGE_NAME`` target property. Export |CPS| Package Information for ``install(EXPORT)`` ======================================================== @@ -102,7 +102,7 @@ When activated, this experimental feature provides the following: * Targets with the property set to a true value will have their C++ build information exported to the build database. -Software Bill Of Materials |SBOM| +Software Bill Of Materials (SBOM) ================================= In order to activate support for the :command:`install(SBOM)` command, diff --git a/Help/dev/source.rst b/Help/dev/source.rst index ec4e12c0e0..046be1e4d1 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -287,10 +287,10 @@ These are: * ````: * ``cm::is_pair``: - Checks if a type is a std::pair<> type. + Checks if a type is a std::pair<> type. * ``cm::is_tuple``: - Checks if a type is a std::tuple<> type. + Checks if a type is a std::tuple<> type. * ``cm::is_container``: Checks if a type is a container type.