]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax docs: Fix octal example.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 1 Aug 2015 21:29:12 +0000 (14:29 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 1 Aug 2015 21:29:12 +0000 (14:29 -0700)
core/syntax/syntax-docs.factor

index ae64204bad54d42ec82859b4ca86f52b9b8583fa..58d69aa0a9fccd4393131c05f7a2fd7ce276873c 100644 (file)
@@ -125,7 +125,7 @@ ARTICLE: "syntax-floats" "Float syntax"
     "t"
 }
 { $example
-    "10.125 0o1.22p3 = ."
+    "10.125 0o1.21p3 = ."
     "t"
 }
 "The normalized hex form " { $snippet "±0x1.MMMMMMMMMMMMMp±EEEE" } " allows any floating-point number to be specified precisely. The values of MMMMMMMMMMMMM and EEEE map directly to the mantissa and exponent fields of the binary IEEE 754 representation."