Skip to content

Commit

Permalink
Add <var> for newRequest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalken committed Aug 31, 2018
1 parent cd1dea6 commit 5c64801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -82124,7 +82124,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
<li><p>Repeat the following steps until <var>done</var> is true:</p>

<ol>
<li><p>Let newRequest be a <span data-x="concept-request-clone">clone</span> of
<li><p>Let <var>newRequest</var> be a <span data-x="concept-request-clone">clone</span> of
<var>request</var>.</li>

<li><p>If <var>response</var> is not null, append <var>response</var>'s <span
Expand Down

0 comments on commit 5c64801

Please sign in to comment.