]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: start sentence on a new line
authorAustin Clements <austin@google.com>
Mon, 18 Jul 2016 15:34:11 +0000 (11:34 -0400)
committerAustin Clements <austin@google.com>
Mon, 18 Jul 2016 21:07:34 +0000 (21:07 +0000)
Change-Id: Ia1c2ebcd2ccf7b98d89b378633bf4fc435d2364d
Reviewed-on: https://go-review.googlesource.com/25019
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.7.html

index 57ec6d93c4a96bcaa004f4df763b9ab3ede900fc..cf5d8a48a5129288600ee0db6cd9ff7d1ed66387 100644 (file)
@@ -479,7 +479,8 @@ common in some environments.
 
 <p>
 The runtime can now return unused memory to the operating system on
-all architectures. In Go 1.6 and earlier, the runtime could not
+all architectures.
+In Go 1.6 and earlier, the runtime could not
 release memory on ARM64, 64-bit PowerPC, or MIPS.
 </p>