aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2020-01-31 14:54:21 -0800
committerFilippo Valsorda <filippo@golang.org>2020-01-31 23:32:02 +0000
commit53558cb721ec7a2a6f87ff87a4095e956c587e3d (patch)
tree54744d8b399faa3cae6bd0c168f989f9425d7ff8
parent8390c478600b852392cb116741b3cb239c94d123 (diff)
downloadgo-53558cb721ec7a2a6f87ff87a4095e956c587e3d.tar.gz
go-53558cb721ec7a2a6f87ff87a4095e956c587e3d.zip
doc/go1.14: fix math/big.(*Int).GCD notes
GCD is a method, not a function, so the link was broken. Change-Id: Icbb09d39959e7c71a48987b15bb82febe12c3a19 Reviewed-on: https://go-review.googlesource.com/c/go/+/217303 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.14.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.14.html b/doc/go1.14.html
index a4767d786f..2f0e67ab68 100644
--- a/doc/go1.14.html
+++ b/doc/go1.14.html
@@ -598,7 +598,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/#Int.GCD"><code>GCD</code></a> method
now allows the inputs <code>a</code> and <code>b</code> to be
zero or negative.
</p>