]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.10: fix HTML close tags
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Dec 2017 23:27:11 +0000 (23:27 +0000)
committerAndrew Bonventre <andybons@golang.org>
Thu, 7 Dec 2017 23:28:39 +0000 (23:28 +0000)
Change-Id: I28ddb8cd347120c08d5b58ae20f481b60416abc1
Reviewed-on: https://go-review.googlesource.com/82755
Reviewed-by: Andrew Bonventre <andybons@golang.org>
doc/go1.10.html

index c744fa511fc60746f27f54b45f5f09739137374a..40e6cd0f85ffff2528782a21b05f59ae6fc247de 100644 (file)
@@ -1042,11 +1042,11 @@ compute square roots.
 <dd>
 <p>
 Branch cuts and other boundary cases in
-<a href="/pkg/math/cmplx/#Asin"><code>Asin<code></a>,
-<a href="/pkg/math/cmplx/#Asinh"><code>Asinh<code></a>,
-<a href="/pkg/math/cmplx/#Atan"><code>Atan<code></a>,
+<a href="/pkg/math/cmplx/#Asin"><code>Asin</code></a>,
+<a href="/pkg/math/cmplx/#Asinh"><code>Asinh</code></a>,
+<a href="/pkg/math/cmplx/#Atan"><code>Atan</code></a>,
 and
-<a href="/pkg/math/cmplx/#Sqrt"><code>Sqrt<code></a>
+<a href="/pkg/math/cmplx/#Sqrt"><code>Sqrt</code></a>
 have been corrected to match the definitions used in the C99 standard.
 </p>
 </dl>