From 8a103bd4ce34574c33d1f3558e0441df884c27f1 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 1 Dec 2016 16:26:17 +0000 Subject: [PATCH] doc: remove space in "Go 1. 8" And reflow paragraph while I'm at it. Change-Id: Ia13bb364783790fbd9f8b69ef268f8a4b71679cb Reviewed-on: https://go-review.googlesource.com/33767 Reviewed-by: Chris Broadfoot --- doc/go1.8.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 0c980b5434..96d325e34a 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -44,8 +44,9 @@ and simplifies sorting slices.

Changes to the language

- When explicitly converting a value from one struct type to another, as of Go 1. 8 the tags are ignored. - Thus two structs that differ only in their tags may be converted from one to the other: + When explicitly converting a value from one struct type to another, + as of Go 1.8 the tags are ignored. Thus two structs that differ + only in their tags may be converted from one to the other:

-- 
2.50.0