mirror of
https://github.com/golang/go
synced 2024-11-02 11:50:30 +00: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:
parent
15e5e35be5
commit
251fb8e411
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue