From: Robert Griesemer Date: Thu, 30 Jan 2020 19:34:24 +0000 (-0800) Subject: doc/go1.14: fix minor typo (update release notes) X-Git-Tag: go1.14rc1~36 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=68b55ab51319ec71fe3f00266f9c467f34c824b1;p=gostls13.git 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 --- diff --git a/doc/go1.14.html b/doc/go1.14.html index b62fb9e161..790a8de447 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -499,7 +499,7 @@ TODO
math/big

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