Skip to content

Commit

Permalink
_content/blog: fix a typo in loopvar-preview summary
Browse files Browse the repository at this point in the history
s/one the most/one of the most/

Change-Id: I196ac2a597713ea71da2d7af5b1e582114a95d71
Reviewed-on: https://go-review.googlesource.com/c/website/+/529096
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Russ Cox <[email protected]>
Reviewed-by: Russ Cox <[email protected]>
Auto-Submit: Russ Cox <[email protected]>
  • Loading branch information
chressie authored and gopherbot committed Sep 20, 2023
1 parent eda40a4 commit b4564f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/blog/loopvar-preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: Go 1.21 shipped a preview of a change in Go 1.22 to make for loops less

Go 1.21 includes a preview of a change to `for` loop scoping
that we plan to ship in Go 1.22,
removing one the most common Go mistakes.
removing one of the most common Go mistakes.

## The Problem

Expand Down

0 comments on commit b4564f4

Please sign in to comment.