From 70dc39e17dc47ecb58a398d077fcdce6046be5dd Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Thu, 30 Oct 2014 14:15:00 +0900 Subject: [PATCH] doc/go1.4.html: fix typo LGTM=adg R=r, adg CC=golang-codereviews https://golang.org/cl/165890043 --- doc/go1.4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
  • -- 2.50.0