]> gitweb.factorcode.org Git - factor.git/commitdiff
docs: hex floats exponents became mandatory
authorJon Harper <jon.harper87@gmail.com>
Wed, 24 Jun 2015 21:22:59 +0000 (23:22 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 30 Jul 2015 18:04:51 +0000 (11:04 -0700)
core/syntax/syntax-docs.factor

index c0601a6ebfc51ec2000c2671b58fd036bf4f1e11..82886bb2d1d54ba4644b61f7b9c66ffe39344867 100644 (file)
@@ -107,7 +107,7 @@ ARTICLE: "syntax-floats" "Float syntax"
 }
 "A Not-a-number literal with an arbitrary payload can also be input:"
 { $subsections POSTPONE: NAN: }
-"Hexadecimal float literals are also supported. These consist of a hexadecimal literal with a decimal point and an optional base-two exponent expressed as a decimal number after " { $snippet "p" } " or " { $snippet "P" } ":"
+"Hexadecimal float literals are also supported. These consist of a hexadecimal literal with a decimal point and a mandatory base-two exponent expressed as a decimal number after " { $snippet "p" } " or " { $snippet "P" } ":"
 { $example
     "8.0 0x1.0p3 = ."
     "t"