mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
doc/go1.18: fix grammar error
sed 's/the/that/g'
This commit is contained in:
parent
61b5c866a9
commit
2e7df1c346
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ Do not send CLs removing the interior tags from such phrases.
|
||||||
<li>
|
<li>
|
||||||
The new
|
The new
|
||||||
<a href="/ref/spec#Predeclared_identifiers">predeclared identifier</a>
|
<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)
|
compared using <code>==</code> or <code>!=</code>. It may only be used as (or embedded in)
|
||||||
a type constraint.
|
a type constraint.
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue