summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2014-10-30 10:58:31 -0300
committerBrad Fitzpatrick <bradfitz@golang.org>2014-10-30 10:58:31 -0300
commitd97a45f202fe0beace96e37f40763d32f2520e13 (patch)
treec5d124d1483cea3f6f0d8556754f7d8c2646f8cb /doc
parent1952784a56e6d372ca5ec1717bc076a7d47792bf (diff)
downloadgo-d97a45f202fe0beace96e37f40763d32f2520e13.tar.gz
doc/go1.4.html: tweak http.Transport.DialTLS wording
It doesn't simplify, because it wasn't even possible before. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/164250043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.4.html b/doc/go1.4.html
index 9f65aaf24..cb2280cb4 100644
--- a/doc/go1.4.html
+++ b/doc/go1.4.html
@@ -678,8 +678,8 @@ Scheme.
<li>The <a href="/pkg/net/http/"><code>net/http</code></a> package's
<a href="/pkg/net/http/#Request"><code>Transport</code></a> type
-has a new <a href="/pkg/net/http/#Transport.DialTLS"><code>DialTLS</code></a> function
-that simplifies setting up TLS connections.
+has a new <a href="/pkg/net/http/#Transport.DialTLS"><code>DialTLS</code></a> hook
+that allows customizing the behavior of outbound TLS connections.
</li>
<li>