From: Alberto Donizetti Date: Fri, 20 Jul 2018 08:41:25 +0000 (+0200) Subject: doc/go1.11: fix bad link to Int.ModInverse X-Git-Tag: go1.11beta3~106 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e68ac45172e56e583280191ea7080f60aed7c9a2;p=gostls13.git doc/go1.11: fix bad link to Int.ModInverse Change-Id: I659bc5b61dade9438b122e6994da022946f5e1d3 Reviewed-on: https://go-review.googlesource.com/125255 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 213ec30083..0100c32707 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -550,7 +550,7 @@ for k := range m {

- ModInverse now returns nil when g and n are not relatively prime. The result was previously undefined. + ModInverse now returns nil when g and n are not relatively prime. The result was previously undefined.