From 53558cb721ec7a2a6f87ff87a4095e956c587e3d Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 31 Jan 2020 14:54:21 -0800 Subject: [PATCH] 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 --- doc/go1.14.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
math/big

- The GCD function + The GCD method now allows the inputs a and b to be zero or negative.

-- 2.50.0