diff --git a/pkn.html b/pkn.html index 4b45957..e5e69e5 100644 --- a/pkn.html +++ b/pkn.html @@ -248,7 +248,7 @@

Data Types

PKN documents use the following restricted set of data types. See for a formal definition of their serialization.

-

A number represents a double-precision 64-bit format value as specified in the IEEE Standard for Binary Floating-Point Arithmeticis [[IEEE-754-2019]]. It is serialized in base 10 using decimal digits, following the same grammar as numbers in JSON [[RFC8259]].

+

A number represents a double-precision 64-bit format value as specified in the IEEE Standard for Binary Floating-Point Arithmetic [[IEEE-754-2019]]. It is serialized in base 10 using decimal digits, following the same grammar as numbers in JSON [[RFC8259]].

A name is a string that can include letters, digits, colon, period, hyphen, underscore and slash characters, and that cannot be interpreted as a [=number=].