Skip to content

Commit 4c1c5b0

Browse files
authored
Correct variable name in HTTP-network fetch
Fixes #1283 and closes #1298.
1 parent 613aad9 commit 4c1c5b0

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
@@ -5147,7 +5147,7 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
51475147
<li><p>Let <var>timingInfo</var> be <var>fetchParams</var>'s <a for="fetch params">timing info</a>.
51485148

51495149
<li><p>Let <var>httpCache</var> be the result of <a>determining the HTTP cache partition</a>, given
5150-
<var>httpRequest</var>.
5150+
<var>request</var>.
51515151

51525152
<li><p>If <var>httpCache</var> is null, then set <var>request</var>'s <a for=request>cache mode</a>
51535153
to "<code>no-store</code>".

0 commit comments

Comments
 (0)