diff --git a/doc/go1.3.html b/doc/go1.3.html
index 900f6c77fc..db7425ccdb 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -285,10 +285,6 @@ Significant instances include:
--
-As mentioned above, the default stack size has been reduced from 8 kilobytes to 4 kilobytes.
-
-
-
The runtime handles defers more efficiently, reducing the memory footprint by about two kilobytes
per goroutine that calls defer.