mirror of https://github.com/golang/go.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 <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
|
|
@ -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
|
blank field (a field named <code>_</code>) somehow has a
|
||||||
non-zero value.
|
non-zero value.
|
||||||
These changes make <code>IsZero</code> consistent with comparing
|
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>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue