Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
teivah committed Mar 5, 2024
1 parent 1af0884 commit 467866b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ This code updates the last index to 10. However, if we run this code, it does no

???+ warning

This mistake isn't relevant anymore from Go 1.22 ([source](https://go.dev/blog/loopvar-preview)).
This mistake isn't relevant anymore from Go 1.22 ([details](https://go.dev/blog/loopvar-preview)).

### Making wrong assumptions during map iterations (ordering and map insert during iteration) (#33)

Expand Down Expand Up @@ -1510,7 +1510,7 @@ In summary, let’s be mindful that a goroutine is a resource like any other tha

???+ warning

This mistake isn't relevant anymore from Go 1.22 ([source](https://go.dev/blog/loopvar-preview)).
This mistake isn't relevant anymore from Go 1.22 ([details](https://go.dev/blog/loopvar-preview)).

### Expecting a deterministic behavior using select and channels (#64)

Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3668,7 +3668,7 @@ <h3 id="ignoring-how-arguments-are-evaluated-in-range-loops-channels-and-arrays-
<h3 id="ignoring-the-impacts-of-using-pointer-elements-in-range-loops-32">Ignoring the impacts of using pointer elements in <code>range</code> loops (#32)</h3>
<details class="warning" open="open">
<summary>Warning</summary>
<p>This mistake isn't relevant anymore from Go 1.22 (<a href="https://go.dev/blog/loopvar-preview">source</a>).</p>
<p>This mistake isn't relevant anymore from Go 1.22 (<a href="https://go.dev/blog/loopvar-preview">details</a>).</p>
</details>
<h3 id="making-wrong-assumptions-during-map-iterations-ordering-and-map-insert-during-iteration-33">Making wrong assumptions during map iterations (ordering and map insert during iteration) (#33)</h3>
<details class="info" open="open">
Expand Down Expand Up @@ -4359,7 +4359,7 @@ <h3 id="starting-a-goroutine-without-knowing-when-to-stop-it-62">Starting a goro
<h3 id="not-being-careful-with-goroutines-and-loop-variables-63">Not being careful with goroutines and loop variables (#63)</h3>
<details class="warning" open="open">
<summary>Warning</summary>
<p>This mistake isn't relevant anymore from Go 1.22 (<a href="https://go.dev/blog/loopvar-preview">source</a>).</p>
<p>This mistake isn't relevant anymore from Go 1.22 (<a href="https://go.dev/blog/loopvar-preview">details</a>).</p>
</details>
<h3 id="expecting-a-deterministic-behavior-using-select-and-channels-64">Expecting a deterministic behavior using select and channels (#64)</h3>
<details class="info" open="open">
Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 467866b

Please sign in to comment.