From: Austin Clements Date: Mon, 18 Jul 2016 15:34:11 +0000 (-0400) Subject: doc/go1.7.html: start sentence on a new line X-Git-Tag: go1.7rc3~1^2~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d2ca9e30c22bc9e8cd0b21dff58367443696c91;p=gostls13.git doc/go1.7.html: start sentence on a new line Change-Id: Ia1c2ebcd2ccf7b98d89b378633bf4fc435d2364d Reviewed-on: https://go-review.googlesource.com/25019 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.7.html b/doc/go1.7.html index 57ec6d93c4..cf5d8a48a5 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -479,7 +479,8 @@ common in some environments.

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.