From: Jonathan Rudenberg Date: Mon, 8 Apr 2013 02:04:50 +0000 (+1000) Subject: doc: fix typos in go1.1.html X-Git-Tag: go1.1rc2~145 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f9af491307df56c821c38e3cfc6586c436976916;p=gostls13.git doc: fix typos in go1.1.html R=golang-dev, adg, adg CC=golang-dev https://golang.org/cl/8488047 --- diff --git a/doc/go1.1.html b/doc/go1.1.html index 1332be21ce..6f021fe20b 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -406,9 +406,9 @@ this sense, "go run" replaces "go run *.go".

Build constraints

-The "go1.1" tag has been added to the list of default +The "go1.1" tag has been added to the list of default build constraints. -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.