]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: fix math/big.(*Int).GCD notes
authorFilippo Valsorda <filippo@golang.org>
Fri, 31 Jan 2020 22:54:21 +0000 (14:54 -0800)
committerFilippo Valsorda <filippo@golang.org>
Fri, 31 Jan 2020 23:32:02 +0000 (23:32 +0000)
commit53558cb721ec7a2a6f87ff87a4095e956c587e3d
tree54744d8b399faa3cae6bd0c168f989f9425d7ff8
parent8390c478600b852392cb116741b3cb239c94d123
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>
doc/go1.14.html