Browse Source

Help: Fix trivial typos related to presets

Craig Scott 3 năm trước cách đây
mục cha
commit
e11773e8cf
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      Help/manual/cmake-presets.7.rst
  2. 1 1
      Help/release/3.25.rst

+ 1 - 1
Help/manual/cmake-presets.7.rst

@@ -202,7 +202,7 @@ that may contain the following fields:
   Optional fields representing the platform and toolset, respectively, for
   :manual:`generators <cmake-generators(7)>` that support them.
 
-  See :option:`cmake -A` option for for possible values for ``architecture``
+  See :option:`cmake -A` option for possible values for ``architecture``
   and :option:`cmake -T` for ``toolset``.
 
   Each may be either a string or an object with the following fields:

+ 1 - 1
Help/release/3.25.rst

@@ -21,7 +21,7 @@ Presets
 * The :manual:`cmake-presets(7)` format now supports a
   ``workflowPresets`` field to specify presets for :option:`cmake --workflow`.
 
-* The :manual:`cmake-presets(7)` format now supports a
+* The :manual:`cmake-presets(7)` format now supports an
   ``outputJUnitFile`` field to specify JUnit output in test presets.
 
 Languages