math.parser: fix example

db4
Slava Pestov 2009-09-12 21:45:57 -05:00
parent 6eaadb7ea9
commit f890f39d7c
1 changed files with 1 additions and 1 deletions

View File

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