From d87f6356263ca8541f5bf097ad68ac479b8ed3e9 Mon Sep 17 00:00:00 2001
From: Rob Pike
Date: Thu, 12 Jul 2018 11:37:17 +1000
Subject: [PATCH] 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
---
doc/go1.11.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.50.0