Skip to content

Commit

Permalink
Fix variable reference in "get the history object length and index"
Browse files Browse the repository at this point in the history
Closes #8619.
  • Loading branch information
jakearchibald authored Dec 17, 2022
1 parent f19e64c commit 085d4d1
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 @@ -92478,7 +92478,7 @@ location.href = '#foo';</code></pre>
</li>

<li><p>Let <var>scriptHistoryIndex</var> be the index of <var>step</var> in
<var>sessionSteps</var>.</p></li>
<var>steps</var>.</p></li>

<li><p>Return (<var>scriptHistoryLength</var>, <var>scriptHistoryIndex</var>).</p></li>
</ol>
Expand Down

0 comments on commit 085d4d1

Please sign in to comment.