Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Aug 19, 2024
1 parent 56facf7 commit d2a8fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2749,8 +2749,8 @@ functionality.

<li><p>If <var>ipAddresses</var> is failure, then return failure.

<li><p>If <var>ipAddresses</var> <a for=set>contains</a> <code>::</code> or <code>0.0.0.0</code>,
then return failure.
<li><p>If <var>ipAddresses</var> <a for=set>contains</a> <code>::</code>, <code>::ffff:0:0</code>,
or <code>0.0.0.0</code>, then return failure.

<li><p>Return <var>ipAddresses</var>.
</ol>
Expand Down

0 comments on commit d2a8fdb

Please sign in to comment.