aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/go1.7.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.7.html b/doc/go1.7.html
index 1576abbc91..762c1ecbcc 100644
--- a/doc/go1.7.html
+++ b/doc/go1.7.html
@@ -910,7 +910,7 @@ For example, the address on which a request received is
<p>
The server's <a href="/pkg/net/http/#Server.Serve"><code>Serve</code></a> method
now only enables HTTP/2 support if the <code>Server.TLSConfig</code> field is <code>nil</code>
-or includes <code>"h2"</code> in its <code>TLSConfig.NextProto</code>.
+or includes <code>"h2"</code> in its <code>TLSConfig.NextProtos</code>.
</p>
<p>