summaryrefslogtreecommitdiff
path: root/doc
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
commit1952784a56e6d372ca5ec1717bc076a7d47792bf (patch)
tree4da4ef70da6a40352610396f1a08b24cc03fe356 /doc
parent45975c2da96e5b26d337478835a1028f065d132f (diff)
downloadgo-1952784a56e6d372ca5ec1717bc076a7d47792bf.tar.gz
doc/go1.4.html: fix typo
LGTM=adg R=r, adg CC=golang-codereviews https://codereview.appspot.com/165890043
Diffstat (limited to 'doc')
-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 19bad0065..9f65aaf24 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>