From 68b55ab51319ec71fe3f00266f9c467f34c824b1 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 30 Jan 2020 11:34:24 -0800 Subject: [PATCH] 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 --- 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 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.

-- 2.48.1