1
0
mirror of https://github.com/golang/go synced 2024-09-29 04:24:36 -06:00

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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Ian Lance Taylor 2023-09-16 17:15:09 -07:00 committed by Gopher Robot
parent 15e5e35be5
commit 251fb8e411

View File

@ -109,7 +109,7 @@ Do not send CLs removing the interior tags from such phrases.
blank field (a field named <code>_</code>) somehow has a
non-zero value.
These changes make <code>IsZero</code> consistent with comparing
a value to zero using the languague <code>==</code> operator.
a value to zero using the language <code>==</code> operator.
</p>
</dd>
</dl>