Skip to content

Commit 6601429

Browse files
committed
Edit .next_tuple()
Fix n -> m and underline the remaining part
1 parent 1931fa2 commit 6601429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/itercheat/itercheat.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,8 +1312,8 @@ <h2 id="sec-values">Values</h2>
13121312
<td>\(\text{None} \text{ wh. } n < m\)</td>
13131313
</tr>
13141314
<tr>
1315-
<td>\(\text{&amp;mut }\{a_0, \ldots, a_{m-1}, a_{m}, \ldots\}\)</td>
1316-
<td>\(\text{Some}((a_0, \ldots, a_{n-1}))\)</td>
1315+
<td>\(\text{&amp;mut }\{a_0, \ldots, a_{m-1}, \underline{a_{m}, \ldots}\}\)</td>
1316+
<td>\(\text{Some}((a_0, \ldots, a_{m-1}))\)</td>
13171317
</tr>
13181318

13191319
<tr>

0 commit comments

Comments
 (0)