Fixing remove runtime

pull/2/head
Oliver Kennedy 2022-09-21 14:09:03 -04:00
parent 926cbce0c6
commit d7f8c01876
Signed by: okennedy
GPG Key ID: 3E5F9B3ABD3FDB60
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ textbook: "Ch. 7"
<p>An iterator is:
<ul>
<li>A reference to an element of the collection</li>
<li>A way to get to the next<sup class="fragment" data-fragment-index=1>1</sup> element of the collection.</li>
<li>A way to get to the next<sup class="fragment" data-fragment-index=1 style="font-size: 50%">1</sup> element of the collection.</li>
</ul>
</p>
<p class="fragment" data-fragment-index=1>1: For some definition of next.</p>