1
0
mirror of https://github.com/golang/go synced 2024-11-23 06:00:08 -07:00

doc/go1.10: fix HTML close tags

Change-Id: I28ddb8cd347120c08d5b58ae20f481b60416abc1
Reviewed-on: https://go-review.googlesource.com/82755
Reviewed-by: Andrew Bonventre <andybons@golang.org>
This commit is contained in:
Brad Fitzpatrick 2017-12-07 23:27:11 +00:00 committed by Andrew Bonventre
parent 7c46b62d0a
commit 4f1fca9564

View File

@ -1042,11 +1042,11 @@ compute square roots.
<dd> <dd>
<p> <p>
Branch cuts and other boundary cases in Branch cuts and other boundary cases in
<a href="/pkg/math/cmplx/#Asin"><code>Asin<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/#Asinh"><code>Asinh</code></a>,
<a href="/pkg/math/cmplx/#Atan"><code>Atan<code></a>, <a href="/pkg/math/cmplx/#Atan"><code>Atan</code></a>,
and 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. have been corrected to match the definitions used in the C99 standard.
</p> </p>
</dl> </dl>