aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>