From: Brad Fitzpatrick Date: Thu, 7 Dec 2017 23:27:11 +0000 (+0000) Subject: doc/go1.10: fix HTML close tags X-Git-Tag: go1.10beta2~168 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4f1fca9564944ded19938f1a84399a72c759d17c;p=gostls13.git doc/go1.10: fix HTML close tags Change-Id: I28ddb8cd347120c08d5b58ae20f481b60416abc1 Reviewed-on: https://go-review.googlesource.com/82755 Reviewed-by: Andrew Bonventre --- diff --git a/doc/go1.10.html b/doc/go1.10.html index c744fa511f..40e6cd0f85 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -1042,11 +1042,11 @@ compute square roots.

Branch cuts and other boundary cases in -Asin, -Asinh, -Atan, +Asin, +Asinh, +Atan, and -Sqrt +Sqrt have been corrected to match the definitions used in the C99 standard.