فهرست منبع

Help/cmake-cxxmodules: use two spaces after sentences

Ben Boeckel 10 ماه پیش
والد
کامیت
eef0a0faf2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Help/manual/cmake-cxxmodules.7.rst

+ 2 - 2
Help/manual/cmake-cxxmodules.7.rst

@@ -26,7 +26,7 @@ compiler during compilation based on the contents of the source file and its
 ``export`` statements.
 
 The order necessary for compilation requires build-time resolution of the
-ordering because the order is controlled by the contents of the sources. This
+ordering because the order is controlled by the contents of the sources.  This
 means that the ordering needs extracted from the source during the build to
 avoid regenerating the build graph via a configure and generate phase for
 every source change to get a correct build.
@@ -59,7 +59,7 @@ Scanning Control
 ================
 
 Whether or not sources get scanned for C++ module usage is dependent on the
-following queries. The first query that provides a yes/no answer is used.
+following queries.  The first query that provides a yes/no answer is used.
 
 - If the source file belongs to a file set of type ``CXX_MODULES``, it will
   be scanned.