mirror of
https://github.com/golang/go
synced 2024-11-23 05:00:07 -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:
parent
7c46b62d0a
commit
4f1fca9564
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user