Skip to content

Commit

Permalink
typo in data types
Browse files Browse the repository at this point in the history
  • Loading branch information
draggett authored Dec 25, 2023
1 parent e49e302 commit 264baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkn.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2>Data Types</h2>

<p>PKN documents use the following restricted set of data types. See <a href="#grammar"></a> for a formal definition of their serialization.</p>

<p>A <dfn>number</dfn> 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 <a data-cite="RFC8259#section-6">numbers in JSON</a> [[RFC8259]].</p>
<p>A <dfn>number</dfn> 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 <a data-cite="RFC8259#section-6">numbers in JSON</a> [[RFC8259]].</p>

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

Expand Down

0 comments on commit 264baa0

Please sign in to comment.