Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Oct 1, 2024
1 parent 3d97ae0 commit 6835582
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ and an optional boolean <var>extract-value</var> (default false):

<li><p>Let <var>value</var> be the empty string.

<li><p><a for=/>Assert</a>: the <a>code point</a> at <var>position</var> within
<var>input</var> is U+0022 (").
<li><p><a for=/>Assert</a>: the <a>code point</a> at <var>position</var> within <var>input</var> is
U+0022 (").

<li><p>Advance <var>position</var> by 1.

Expand Down Expand Up @@ -2302,8 +2302,8 @@ is to return the result of <a>serializing a request origin</a> with <var>request
<var>last</var>, run these steps:

<ol>
<li><p><a for=/>Assert</a>: <var>last</var> is not given, or <var>first</var> is less than
or equal to <var>last</var>.
<li><p><a for=/>Assert</a>: <var>last</var> is not given, or <var>first</var> is less than or equal
to <var>last</var>.

<li><p>Let <var>rangeValue</var> be `<code>bytes=</code>`.

Expand Down Expand Up @@ -7050,8 +7050,8 @@ typedef (ReadableStream or XMLHttpRequestBodyInit) BodyInit;</pre>
<p>If <var>object</var> is a {{ReadableStream}} object, then:

<ol>
<li><p><a for=/>Assert</a>: <var>object</var> is neither <a for=ReadableStream>disturbed</a>
nor <a for=ReadableStream>locked</a>.
<li><p><a for=/>Assert</a>: <var>object</var> is neither <a for=ReadableStream>disturbed</a> nor
<a for=ReadableStream>locked</a>.
</ol>

<li><p>Return the result of <a for=BodyInit>extracting</a> <var>object</var>.
Expand Down

0 comments on commit 6835582

Please sign in to comment.