1
0
mirror of https://github.com/golang/go synced 2024-09-23 21:20:13 -06:00

doc/go1.14: fix minor typo (update release notes)

Follow-up on https://golang.org/cl/216200/2/doc/go1.14.html#423 .

Updates #36878.

Change-Id: I693a9eb05c6f1f42721a92fda46a4f3449defa24
Reviewed-on: https://go-review.googlesource.com/c/go/+/217100
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Robert Griesemer 2020-01-30 11:34:24 -08:00
parent 9d5ea44bec
commit 68b55ab513

View File

@ -499,7 +499,7 @@ TODO
<dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
<dd>
<p><!-- CL 164972 -->
The <a href="/pkg/math/big#GCD"><code>GCD</code></a> function
The <a href="/pkg/math/big/#GCD"><code>GCD</code></a> function
now allows the inputs <code>a</code> and <code>b</code> to be
zero or negative.
</p>