Update generated HTML

This commit is contained in:
Eli Bendersky
2024-08-21 16:20:10 -07:00
parent 9b3626a969
commit 9f66cb2ffd
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
375f830fbe82633900d572c9077302143463a2e3
BayyagaCK83
80571e7bb21ff847addac0ea92b3ddf86be86cb6
JsdFcZac4E-

View File

@@ -46,7 +46,7 @@ which lets us range over pretty much anything!</p>
</td>
<td class="code leading">
<a href="https://go.dev/play/p/BayyagaCK83"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="https://go.dev/play/p/JsdFcZac4E-"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<pre class="chroma"><code><span class="line"><span class="cl"><span class="kn">package</span> <span class="nx">main</span></span></span></code></pre>
</td>
</tr>
@@ -236,7 +236,7 @@ all its values into a slice.</p>
<tr>
<td class="docs">
<p>Once the loop hits <code>break</code> or an early return, the <code>yield</code> function
passed to the iterator will return <code>false</code>, stopping the iterator.</p>
passed to the iterator will return <code>false</code>.</p>
</td>
<td class="code">