aboutsummaryrefslogtreecommitdiff
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
commitf21a02a179ca7335ee864512f9afb2c34d6c1850 (patch)
treec3e97067707186a8c96b656361a4978b9d7d22ca
parent70dc39e17dc47ecb58a398d077fcdce6046be5dd (diff)
downloadgo-f21a02a179ca7335ee864512f9afb2c34d6c1850.tar.gz
go-f21a02a179ca7335ee864512f9afb2c34d6c1850.zip
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://golang.org/cl/164250043
-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 9f65aaf24c..cb2280cb4d 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>