Help: Use singular placeholder name in cmake_language signature

This commit is contained in:
Brad King
2020-09-29 09:59:09 -04:00
parent edd60d4419
commit 78ff24a3a7
+2 -2
View File
@@ -10,7 +10,7 @@ Synopsis
.. parsed-literal:: .. parsed-literal::
cmake_language(`CALL`_ <command> [<args>...]) cmake_language(`CALL`_ <command> [<arg>...])
cmake_language(`EVAL`_ CODE <code>...) cmake_language(`EVAL`_ CODE <code>...)
Introduction Introduction
@@ -28,7 +28,7 @@ Calling Commands
.. code-block:: cmake .. code-block:: cmake
cmake_language(CALL <command> [<args>...]) cmake_language(CALL <command> [<arg>...])
Calls the named ``<command>`` with the given arguments (if any). Calls the named ``<command>`` with the given arguments (if any).
For example, the code: For example, the code: