Skip to content

Commit 68b55ab

Browse files
committed
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 <[email protected]>
1 parent 9d5ea44 commit 68b55ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go1.14.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ <h2 id="library">Core library</h2>
499499
<dl id="math/big"><dt><a href="/pkg/math/big">math/big</a></dt>
500500
<dd>
501501
<p><!-- CL 164972 -->
502-
The <a href="/pkg/math/big#GCD"><code>GCD</code></a> function
502+
The <a href="/pkg/math/big/#GCD"><code>GCD</code></a> function
503503
now allows the inputs <code>a</code> and <code>b</code> to be
504504
zero or negative.
505505
</p>

0 commit comments

Comments
 (0)