Skip to content

Commit 954f7e4

Browse files
committed
Editorial: make JSON parsing wording match Infra spec
1 parent bdb452e commit 954f7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7395,7 +7395,7 @@ running <a for=Body>consume body</a> with <a>this</a> and the following steps gi
73957395

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

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

0 commit comments

Comments
 (0)