From f9af491307df56c821c38e3cfc6586c436976916 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Mon, 8 Apr 2013 12:04:50 +1000 Subject: [PATCH] doc: fix typos in go1.1.html R=golang-dev, adg, adg CC=golang-dev https://golang.org/cl/8488047 --- doc/go1.1.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.50.0