]> gitweb.factorcode.org Git - factor.git/commitdiff
math.parser: fix example
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 13 Sep 2009 02:45:57 +0000 (21:45 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sun, 13 Sep 2009 02:45:57 +0000 (21:45 -0500)
core/math/parser/parser-docs.factor

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