]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.14: fix minor typo (update release notes)
authorRobert Griesemer <gri@golang.org>
Thu, 30 Jan 2020 19:34:24 +0000 (11:34 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 30 Jan 2020 20:16:52 +0000 (20:16 +0000)
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 <iant@golang.org>
doc/go1.14.html

index b62fb9e16163ef07841579a3fbcf1b3abb9f3893..790a8de44727cc59e75739505616fd75d658b94c 100644 (file)
@@ -499,7 +499,7 @@ TODO
 <dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
   <dd>
     <p><!-- CL 164972 -->
-      The <a href="/pkg/math/big#GCD"><code>GCD</code></a> function
+      The <a href="/pkg/math/big/#GCD"><code>GCD</code></a> function
       now allows the inputs <code>a</code> and <code>b</code> to be
       zero or negative.
     </p>