aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sherron <nsherron90@gmail.com>2022-02-18 22:43:31 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2022-02-19 00:03:22 +0000
commit903e7cc69971b2c7bf40a1e7ff2a9e3dd353dc5a (patch)
tree45f87ded6870ff69563a5b9c0db0f34a338289ce
parente002cf4df7fcd9925916ed78df7ed2a49031ed2e (diff)
downloadgo-903e7cc69971b2c7bf40a1e7ff2a9e3dd353dc5a.tar.xz
doc/go1.18: fix grammar error
sed 's/the/that/g' Change-Id: I3f539817b055d54b0ec99346555ac91b756d9ed6 GitHub-Last-Rev: 2e7df1c3462d4b3a17e9a05ff178341f4ee369b0 GitHub-Pull-Request: golang/go#51267 Reviewed-on: https://go-review.googlesource.com/c/go/+/386854 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/go1.18.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.18.html b/doc/go1.18.html
index ce4030799a..8a5c1d8fad 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -84,7 +84,7 @@ Do not send CLs removing the interior tags from such phrases.
<li>
The new
<a href="/ref/spec#Predeclared_identifiers">predeclared identifier</a>
- <code>comparable</code> is an interface the denotes the set of all types which can be
+ <code>comparable</code> is an interface that denotes the set of all types which can be
compared using <code>==</code> or <code>!=</code>. It may only be used as (or embedded in)
a type constraint.
</li>