Skip to content

Commit

Permalink
Editorial: make JSON parsing wording match Infra spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Nov 19, 2024
1 parent bdb452e commit 954f7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7395,7 +7395,7 @@ running <a for=Body>consume body</a> with <a>this</a> and the following steps gi

<div algorithm>
<p>The <dfn method for=Body><code>json()</code></dfn> method steps are to return the result
of running <a for=Body>consume body</a> with <a>this</a> and <a>parse JSON from bytes</a>.
of running <a for=Body>consume body</a> with <a>this</a> and <a>parse JSON bytes to a JavaScript value</a>.

<p class="note">The above method can reject with a {{SyntaxError}}.
</div>
Expand Down

0 comments on commit 954f7e4

Please sign in to comment.