Skip to content

Commit

Permalink
minor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphone committed Dec 29, 2024
1 parent 8c1851e commit 123d419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/document-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h3 id='toc'>Table of Contents</h3>
<li>The letter <i>n</i> in the Syntax column denotes one or more digits.</li>
<li>The optional {<i>sign</i>} must be a single hyphen (<kbd>'-'</kbd>) character.</li>
<li>
<i>Input only</i>: the whitespace characters
<i>Input only</i>: between the quotes, the whitespace characters
(<kbd>' '</kbd>, <kbd>'\t'</kbd>, <kbd>'\r'</kbd>, <kbd>'\n'</kbd>)
are <i>ignored</i>.
</li>
Expand Down Expand Up @@ -418,7 +418,7 @@ <h3 id='toc'>Table of Contents</h3>
<p>
However, to not limit CBOR.js to new applications only,
deterministic encoding checking may <i>optionally</i> be turned off
for accepting input from &quot;legacy&quot; CBOR <i>encoders</i>.
to permit decoding &quot;legacy&quot; CBOR data.
</p>
<div style='margin-top:0.8em'>
The encoding scheme adheres to section 4.2 of RFC&nbsp;8949, but adds
Expand Down
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ <h3 id='main.diagnostic'>7.&nbsp;&nbsp;Diagnostic Notation</h3>
<li>The letter <i>n</i> in the Syntax column denotes one or more digits.</li>
<li>The optional {<i>sign</i>} must be a single hyphen (<kbd>'-'</kbd>) character.</li>
<li>
<i>Input only</i>: the whitespace characters
<i>Input only</i>: between the quotes, the whitespace characters
(<kbd>' '</kbd>, <kbd>'\t'</kbd>, <kbd>'\r'</kbd>, <kbd>'\n'</kbd>)
are <i>ignored</i>.
</li>
Expand Down Expand Up @@ -1449,7 +1449,7 @@ <h3 id='main.deterministic'>8.&nbsp;&nbsp;Deterministic Encoding</h3>
<p>
However, to not limit CBOR.js to new applications only,
deterministic encoding checking may <i>optionally</i> be turned off
for accepting input from &quot;legacy&quot; CBOR <i>encoders</i>.
to permit decoding &quot;legacy&quot; CBOR data.
</p>
<div style='margin-top:0.8em'>
The encoding scheme adheres to section 4.2 of RFC&nbsp;8949, but adds
Expand Down

0 comments on commit 123d419

Please sign in to comment.