fix sgn docs

Doug Coleman 2009-08-11 18:15:24 -05:00
parent 9e0caf641b
commit 8f88467ad3
1 changed files with 3 additions and 3 deletions

View File

@ -213,9 +213,9 @@ HELP: sgn
{ $description
"Outputs one of the following:"
{ $list
"-1 if " { $snippet "x" } " is negative"
"0 if " { $snippet "x" } " is equal to 0"
"1 if " { $snippet "x" } " is positive"
{ "-1 if " { $snippet "x" } " is negative" }
{ "0 if " { $snippet "x" } " is equal to 0" }
{ "1 if " { $snippet "x" } " is positive" }
}
} ;