]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove space in "Go 1. 8"
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Dec 2016 16:26:17 +0000 (16:26 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 1 Dec 2016 16:30:38 +0000 (16:30 +0000)
And reflow paragraph while I'm at it.

Change-Id: Ia13bb364783790fbd9f8b69ef268f8a4b71679cb
Reviewed-on: https://go-review.googlesource.com/33767
Reviewed-by: Chris Broadfoot <cbro@golang.org>
doc/go1.8.html

index 0c980b54344665302ad62b65318b17de140b8276..96d325e34a7d0a62d42d54d28e4fdf89fe8a1555 100644 (file)
@@ -44,8 +44,9 @@ and <a href="#sort_slice">simplifies sorting slices</a>.
 <h2 id="language">Changes to the language</h2>
 
 <p>
-  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:
 </p>
 
 <pre>