Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Meta: address xref issue
Browse files Browse the repository at this point in the history
Apparently ReSpec does not support this.
annevk committed Nov 19, 2024
1 parent 53fc465 commit 8209b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -996,8 +996,8 @@ <h2>
creation of the {{ArrayBuffer}} object are re-thrown.
</p>
<p data-cite="encoding">
The <dfn>json()</dfn> method steps are to return the result of <a>parsing JSON bytes to a
JavaScript value</a> given [=this=]'s [=bytes=].
The <dfn>json()</dfn> method steps are to return the result of [=parse JSON bytes to a
JavaScript value|parsing JSON bytes to a JavaScript value=] given [=this=]'s [=bytes=].
</p>
<p data-cite="encoding">
The <dfn>text()</dfn> method steps are to return the result of running <a>UTF-8 decode</a>

0 comments on commit 8209b42

Please sign in to comment.