diff --git a/Help/manual/cmake-cxxmodules.7.rst b/Help/manual/cmake-cxxmodules.7.rst index d26c6414d1..ef2c8be070 100644 --- a/Help/manual/cmake-cxxmodules.7.rst +++ b/Help/manual/cmake-cxxmodules.7.rst @@ -393,8 +393,8 @@ commands to :term:`scan` for their dependencies. There is a known issue with ``ninja`` which can result in an erroneous detection of a dependency cycle when the dependency order between two - sources reverses (i.e., `a` importing `b` becomes `b` importing `a`) between - two builds. See `ninja issue 2666`_ for details. + sources reverses (i.e., ``a`` importing ``b`` becomes ``b`` importing + ``a``) between two builds. See `ninja issue 2666`_ for details. .. _`ninja issue 2666`: https://github.com/ninja-build/ninja/issues/2666