From: Rob Pike
Date: Thu, 12 Jul 2018 01:37:17 +0000 (+1000)
Subject: doc: clarify a sentence about *_js.go
X-Git-Tag: go1.11beta2~136
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d87f6356263ca8541f5bf097ad68ac479b8ed3e9;p=gostls13.git
doc: clarify a sentence about *_js.go
Change "have to" to "need to" for clarity and to avoid a
peculiar English idiom.
Change-Id: Iec2b1f841d0353dd7925f8f934fe82d4ed059d7d
Reviewed-on: https://go-review.googlesource.com/123495
Reviewed-by: Ian Lance Taylor
---
diff --git a/doc/go1.11.html b/doc/go1.11.html
index 57a667c406..80472fd68a 100644
--- a/doc/go1.11.html
+++ b/doc/go1.11.html
@@ -63,7 +63,7 @@ Do not send CLs removing the interior tags from such phrases.
Go files named *_js.go
or *_wasm.go
will
now be ignored by Go
tools except when those GOOS/GOARCH values are being used.
- If you have existing filenames matching those patterns, you will have to rename them.
+ If you have existing filenames matching those patterns, you will need to rename them.