Documentation: Correct typos and grammar

This commit is contained in:
Andreas Mohr
2012-11-07 14:17:32 +01:00
committed by Brad King
parent 56a687d173
commit 965de974b2
9 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -58,11 +58,11 @@ public:
{
return
" math(EXPR <output variable> <math expression>)\n"
"EXPR evaluates mathematical expression and return result in the "
"EXPR evaluates mathematical expression and returns result in the "
"output variable. Example mathematical expression is "
"'5 * ( 10 + 13 )'. Supported operators are "
"+ - * / % | & ^ ~ << >> * / %. They have the same meaning "
" as they do in c code.";
" as they do in C code.";
}
cmTypeMacro(cmMathCommand, cmCommand);