Skip to content

Commit 1d2ca9e

Browse files
committed
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 <[email protected]>
1 parent 3ad5861 commit 1d2ca9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/go1.7.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,8 @@ <h3 id="runtime">Runtime</h3>
479479

480480
<p>
481481
The runtime can now return unused memory to the operating system on
482-
all architectures. In Go 1.6 and earlier, the runtime could not
482+
all architectures.
483+
In Go 1.6 and earlier, the runtime could not
483484
release memory on ARM64, 64-bit PowerPC, or MIPS.
484485
</p>
485486

0 commit comments

Comments
 (0)