From: Brad Fitzpatrick Date: Thu, 1 Dec 2016 16:26:17 +0000 (+0000) Subject: doc: remove space in "Go 1. 8" X-Git-Tag: go1.8beta2~129 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8a103bd4ce34574c33d1f3558e0441df884c27f1;p=gostls13.git 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 --- 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: