Skip to content

Commit 085d4d1

Browse files
Fix variable reference in "get the history object length and index"
Closes whatwg#8619.
1 parent f19e64c commit 085d4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92478,7 +92478,7 @@ location.href = '#foo';</code></pre>
9247892478
</li>
9247992479

9248092480
<li><p>Let <var>scriptHistoryIndex</var> be the index of <var>step</var> in
92481-
<var>sessionSteps</var>.</p></li>
92481+
<var>steps</var>.</p></li>
9248292482

9248392483
<li><p>Return (<var>scriptHistoryLength</var>, <var>scriptHistoryIndex</var>).</p></li>
9248492484
</ol>

0 commit comments

Comments
 (0)