summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorSylvain Joubert <joubert.sy@gmail.com>2017-08-18 07:43:40 (GMT)
committerSylvain Joubert <joubert.sy@gmail.com>2017-08-18 07:43:40 (GMT)
commitb9ed29b7cb40555c6199ef9f671f2e92daac788e (patch)
tree02a0c8c84b7771f74af591da73877649d9dac70e /Help
parent10edb0c7d52b1252517990c2e8b898a804f440d3 (diff)
downloadCMake-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.rst2
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``,