Преглед изворни кода

Merge topic 'tutorial-markup'

fcc2800f64 Tutorial: text not correctly rendered

Acked-by: Kitware Robot <[email protected]>
Merge-request: !11256
Brad King пре 3 недеља
родитељ
комит
093cb74cd1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Help/guide/tutorial/Installation Commands and Concepts.rst

+ 1 - 1
Help/guide/tutorial/Installation Commands and Concepts.rst

@@ -105,7 +105,7 @@ and consists of a single call to :command:`install(targets)`.
   )
 
 Most artifact kinds are installed by default and do not need to be listed in
-the :command:`install` command. However, ``FILE_SET``s must be named to let
+the :command:`install` command. However, ``FILE_SET``\ s must be named to let
 CMake know you want to install. In the above example we install two file
 sets, one named ``HEADERS`` and another named ``AnotherHeaderFileSet``.