From: Nick Sherron Date: Fri, 18 Feb 2022 22:43:31 +0000 (+0000) Subject: doc/go1.18: fix grammar error X-Git-Tag: go1.18~33^2~36 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=903e7cc69971b2c7bf40a1e7ff2a9e3dd353dc5a;p=gostls13.git 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 Trust: Dmitri Shuralyov --- 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.
  • The new predeclared identifier - comparable is an interface the denotes the set of all types which can be + comparable is an interface that denotes the set of all types which can be compared using == or !=. It may only be used as (or embedded in) a type constraint.