Clarify documentation for if.

This commit is contained in:
Bill Hoffman 2009-09-14 13:42:04 -04:00
parent 243bbae954
commit 14715ce813
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public:
" if(variable STREQUAL string)\n"
" if(string STREQUAL string)\n"
"True if the given string or variable's value is lexicographically "
"less (or greater, or equal) than the string on the right.\n"
"less (or greater, or equal) than the string or variable on the right.\n"
" if(version1 VERSION_LESS version2)\n"
" if(version1 VERSION_EQUAL version2)\n"
" if(version1 VERSION_GREATER version2)\n"