diff --git a/doc/go1.9.html b/doc/go1.9.html
index 7cee379c45..2d359bfb06 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -724,6 +724,11 @@ version of gccgo.
header when matching handlers. The host is matched unmodified for CONNECT requests.
+
Server.ServeTLS method wraps
+ Server.Serve with added TLS support.
+ Server.WriteTimeout
now applies to HTTP/2 connections and is enforced per-stream.