Skip to content

Commit 4f1fca9

Browse files
bradfitzandybons
authored andcommitted
doc/go1.10: fix HTML close tags
Change-Id: I28ddb8cd347120c08d5b58ae20f481b60416abc1 Reviewed-on: https://go-review.googlesource.com/82755 Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 7c46b62 commit 4f1fca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/go1.10.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,11 +1042,11 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
10421042
<dd>
10431043
<p>
10441044
Branch cuts and other boundary cases in
1045-
<a href="/pkg/math/cmplx/#Asin"><code>Asin<code></a>,
1046-
<a href="/pkg/math/cmplx/#Asinh"><code>Asinh<code></a>,
1047-
<a href="/pkg/math/cmplx/#Atan"><code>Atan<code></a>,
1045+
<a href="/pkg/math/cmplx/#Asin"><code>Asin</code></a>,
1046+
<a href="/pkg/math/cmplx/#Asinh"><code>Asinh</code></a>,
1047+
<a href="/pkg/math/cmplx/#Atan"><code>Atan</code></a>,
10481048
and
1049-
<a href="/pkg/math/cmplx/#Sqrt"><code>Sqrt<code></a>
1049+
<a href="/pkg/math/cmplx/#Sqrt"><code>Sqrt</code></a>
10501050
have been corrected to match the definitions used in the C99 standard.
10511051
</p>
10521052
</dl>

0 commit comments

Comments
 (0)