diff options
author | Craig Scott <craig.scott@crascit.com> | 2017-08-19 21:15:37 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-19 21:15:41 (GMT) |
commit | bb3647060cd8ddc4184687b64469d6a8554f49b3 (patch) | |
tree | bb74414931ebe23887a2fe1aeffa49c1a6b71c31 | |
parent | 4bf219a43f1f9cb9746e2d87c917ee1d5051549b (diff) | |
parent | b9ed29b7cb40555c6199ef9f671f2e92daac788e (diff) | |
download | CMake-bb3647060cd8ddc4184687b64469d6a8554f49b3.zip CMake-bb3647060cd8ddc4184687b64469d6a8554f49b3.tar.gz CMake-bb3647060cd8ddc4184687b64469d6a8554f49b3.tar.bz2 |
Merge topic 'typo_doc_if_command'
b9ed29b7 Help: Fix formatting typo for the 'if' command
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1155
-rw-r--r-- | Help/command/if.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst index edd343d..f04f233 100644 --- a/Help/command/if.rst +++ b/Help/command/if.rst @@ -30,7 +30,7 @@ else and endif clause is optional. Long expressions can be used and there is a traditional order of precedence. Parenthetical expressions are evaluated first followed by unary tests such as ``EXISTS``, ``COMMAND``, and ``DEFINED``. Then any binary tests such as -``EQUAL``, ``LESS``, ``LESS_EQUAL, ``GREATER``, ``GREATER_EQUAL``, +``EQUAL``, ``LESS``, ``LESS_EQUAL``, ``GREATER``, ``GREATER_EQUAL``, ``STREQUAL``, ``STRLESS``, ``STRLESS_EQUAL``, ``STRGREATER``, ``STRGREATER_EQUAL``, ``VERSION_EQUAL``, ``VERSION_LESS``, ``VERSION_LESS_EQUAL``, ``VERSION_GREATER``, ``VERSION_GREATER_EQUAL``, |