From 87db6d90c91f257f8ad152ace61fce829b193362 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Sun, 5 Jul 2020 14:25:03 +0200 Subject: [PATCH] doc/go1.15: fix wording in a few places Change-Id: I1dc6871bdab7f3048eacd6738fdcfa64b8700c8a Reviewed-on: https://go-review.googlesource.com/c/go/+/240998 Reviewed-by: Ian Lance Taylor --- doc/go1.15.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index fb746be01c..0d185de8f9 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -34,9 +34,9 @@ Do not send CLs removing the interior tags from such phrases.

Darwin

- As announced in the Go 1.14 release notes, - Go 1.15 now requires macOS 10.12 Sierra or later; - support for previous versions has been discontinued. + As announced in the Go 1.14 release + notes, Go 1.15 requires macOS 10.12 Sierra or later; support for + previous versions has been discontinued.

@@ -50,9 +50,9 @@ Do not send CLs removing the interior tags from such phrases.

Windows

- Go 1.15 now generates Windows ASLR executables when -buildmode=pie - cmd/link flag is provided. Go command uses -buildmode=pie by default - on Windows. + Go now generates Windows ASLR executables when -buildmode=pie + cmd/link flag is provided. Go command uses -buildmode=pie + by default on Windows.

@@ -177,7 +177,8 @@ Do not send CLs removing the interior tags from such phrases.

- This new vet check is enabled by default when using go test. + This new vet check is enabled by default when + using go test.

@@ -205,7 +206,8 @@ Do not send CLs removing the interior tags from such phrases.

- This new vet check is enabled by default when using go test. + This new vet check is enabled by default when + using go test.

-- 2.48.1