diff --git a/doc/go1.6.html b/doc/go1.6.html
index 4a1e4c1f9a..0b9dc8a9f3 100644
--- a/doc/go1.6.html
+++ b/doc/go1.6.html
@@ -248,7 +248,7 @@ Some programs may run faster, some slower.
On average the programs in the Go 1 benchmark suite run a few percent faster in Go 1.6
than they did in Go 1.5.
The garbage collector's pauses are even lower than in Go 1.5,
-although the effect is likely only noticeable for programs using
+especially for programs using
a large amount of memory.