From: Ian Lance Taylor Date: Sun, 17 Sep 2023 00:15:09 +0000 (-0700) Subject: doc/go1.22: correct tipo languague => language X-Git-Tag: go1.22rc1~804 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=251fb8e4112c4728bf46da15a3875c455136ed8d;p=gostls13.git doc/go1.22: correct tipo languague => language Change-Id: I11d0947d6d2ffa91745c8e36a3984ffee85abbd0 Reviewed-on: https://go-review.googlesource.com/c/go/+/528896 LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Reviewed-by: Brad Fitzpatrick Auto-Submit: Ian Lance Taylor Auto-Submit: Ian Lance Taylor --- diff --git a/doc/go1.22.html b/doc/go1.22.html index 7fee6a09ee..8652951274 100644 --- a/doc/go1.22.html +++ b/doc/go1.22.html @@ -109,7 +109,7 @@ Do not send CLs removing the interior tags from such phrases. blank field (a field named _) somehow has a non-zero value. These changes make IsZero consistent with comparing - a value to zero using the languague == operator. + a value to zero using the language == operator.