From: Mikio Hara Date: Thu, 30 Oct 2014 05:15:00 +0000 (+0900) Subject: doc/go1.4.html: fix typo X-Git-Tag: go1.4rc1~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=70dc39e17dc47ecb58a398d077fcdce6046be5dd;p=gostls13.git doc/go1.4.html: fix typo LGTM=adg R=r, adg CC=golang-codereviews https://golang.org/cl/165890043 --- diff --git a/doc/go1.4.html b/doc/go1.4.html index 19bad0065d..9f65aaf24c 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -621,7 +621,7 @@ for the decompressors, allowing them to reuse buffers and improve performance.
  • The crypto/tls package -now supports APLN as defined in RFC 7301. +now supports ALPN as defined in RFC 7301.