From 4f1fca9564944ded19938f1a84399a72c759d17c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 7 Dec 2017 23:27:11 +0000 Subject: [PATCH] doc/go1.10: fix HTML close tags Change-Id: I28ddb8cd347120c08d5b58ae20f481b60416abc1 Reviewed-on: https://go-review.googlesource.com/82755 Reviewed-by: Andrew Bonventre --- doc/go1.10.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/go1.10.html b/doc/go1.10.html index c744fa511fc..40e6cd0f85f 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.