diff --git a/doc/go1.7.html b/doc/go1.7.html index 2f25928175..ea34f873b1 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -909,7 +909,7 @@ For example, the address on which a request received is
The server's Serve method
now only enables HTTP/2 support if the Server.TLSConfig field is nil
-or includes "h2" in its TLSConfig.NextProto.
+or includes "h2" in its TLSConfig.NextProtos.