diff options
author | Sylvain Joubert <joubert.sy@gmail.com> | 2017-08-18 07:43:40 (GMT) |
---|---|---|
committer | Sylvain Joubert <joubert.sy@gmail.com> | 2017-08-18 07:43:40 (GMT) |
commit | b9ed29b7cb40555c6199ef9f671f2e92daac788e (patch) | |
tree | 02a0c8c84b7771f74af591da73877649d9dac70e /Help | |
parent | 10edb0c7d52b1252517990c2e8b898a804f440d3 (diff) | |
download | CMake-b9ed29b7cb40555c6199ef9f671f2e92daac788e.zip CMake-b9ed29b7cb40555c6199ef9f671f2e92daac788e.tar.gz CMake-b9ed29b7cb40555c6199ef9f671f2e92daac788e.tar.bz2 |
Help: Fix formatting typo for the 'if' command
Diffstat (limited to 'Help')
-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``, |