Commit b9bd57e7 authored by Brandon Gilmore's avatar Brandon Gilmore Committed by Andrew Gerrand

doc/effective_go: fix grammatical error

Change-Id: Ib52854169f3dd18f54d3ae9263c897d3f45ea869
Reviewed-on: https://go-review.googlesource.com/10982Reviewed-by: default avatarAndrew Gerrand <adg@golang.org>
parent 57f4b430
......@@ -3054,7 +3054,7 @@ req := req
</pre>
<p>
but it's a legal and idiomatic in Go to do this.
but it's legal and idiomatic in Go to do this.
You get a fresh version of the variable with the same name, deliberately
shadowing the loop variable locally but unique to each goroutine.
</p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment