aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2014-10-30 14:15:00 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2014-10-30 14:15:00 +0900
commit70dc39e17dc47ecb58a398d077fcdce6046be5dd (patch)
tree8b022e16ba198fa41bbe1a1af3be5e71a1c15d6a
parent9cd8cb0b17e4bbff7cfce29631dc78c9cafd2e8f (diff)
downloadgo-70dc39e17dc47ecb58a398d077fcdce6046be5dd.tar.gz
go-70dc39e17dc47ecb58a398d077fcdce6046be5dd.zip
doc/go1.4.html: fix typo
LGTM=adg R=r, adg CC=golang-codereviews https://golang.org/cl/165890043
-rw-r--r--doc/go1.4.html2
1 files changed, 1 insertions, 1 deletions
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.
<li>
The <a href="/pkg/crypto/tls/"><code>crypto/tls</code></a> package
-now supports APLN as defined in <a href="http://tools.ietf.org/html/rfc7301">RFC 7301</a>.
+now supports ALPN as defined in <a href="http://tools.ietf.org/html/rfc7301">RFC 7301</a>.
</li>
<li>