math.parser: fix example

Slava Pestov 2009-09-12 21:45:57 -05:00
parent 6ee9f1ca47
commit 8cf1c488d4
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ HELP: >hex
{ $example
"USING: math.parser prettyprint ;"
"-15.5 >hex ."
"\"-f.8p0\""
"\"-1.fp3\""
}
} ;