]> Cypherpunks repositories - gostls13.git/commitdiff
doc/effective_go: fix grammatical error
authorBrandon Gilmore <varz@google.com>
Fri, 12 Jun 2015 18:32:22 +0000 (11:32 -0700)
committerAndrew Gerrand <adg@golang.org>
Fri, 12 Jun 2015 20:29:22 +0000 (20:29 +0000)
Change-Id: Ib52854169f3dd18f54d3ae9263c897d3f45ea869
Reviewed-on: https://go-review.googlesource.com/10982
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/effective_go.html

index 8a827d04335ec798028e8a5bf547d594ac7f3843..7dfdb917348655618699758b9859ba282e3eb248 100644 (file)
@@ -3054,7 +3054,7 @@ req := req
 </pre>
 
 <p>
-but it's 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>