Update generated HTML
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
375f830fbe82633900d572c9077302143463a2e3
|
||||
BayyagaCK83
|
||||
80571e7bb21ff847addac0ea92b3ddf86be86cb6
|
||||
JsdFcZac4E-
|
||||
|
4
public/range-over-iterators
generated
4
public/range-over-iterators
generated
@@ -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">
|
||||
|
Reference in New Issue
Block a user