]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typos in go1.1.html
authorJonathan Rudenberg <jonathan@titanous.com>
Mon, 8 Apr 2013 02:04:50 +0000 (12:04 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 8 Apr 2013 02:04:50 +0000 (12:04 +1000)
R=golang-dev, adg, adg
CC=golang-dev
https://golang.org/cl/8488047

doc/go1.1.html

index 1332be21ce1cb0b387a25f853eb4cee36ad8284d..6f021fe20b312d2fd60e6715bd897fb45fc7990a 100644 (file)
@@ -406,9 +406,9 @@ this sense, "<code>go run</code>" replaces "<code>go run *.go</code>".
 <h3 id="tags">Build constraints</h3>
 
 <p>
-The <code>"go1.1</code>" tag has been added to the list of default
+The "<code>go1.1</code>" tag has been added to the list of default
 <a href="/pkg/go/build/#hdr-Build_Constraints">build constraints</a>.
-This permits packages to take advanage of the new features in Go 1.1 while
+This permits packages to take advantage of the new features in Go 1.1 while
 remaining compatible with earlier versions of Go.
 </p>