From 63f59b6322c78e4b1dd256d8a5fe7e9c468183a4 Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Tue, 24 Mar 2015 12:58:51 -0400 Subject: [PATCH] doc/go1.4.html: fix typo Change-Id: I5bfeeef53665b1ef79ec0e4a6ae0eb4aa3e95603 Signed-off-by: Shenghou Ma Reviewed-on: https://go-review.googlesource.com/8021 Reviewed-by: Brad Fitzpatrick --- 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 b4f9619bb5..ca44d56ceb 100644 --- a/doc/go1.4.html +++ b/doc/go1.4.html @@ -677,7 +677,7 @@ now supports ALPN as defined in RFC The crypto/tls package now supports programmatic selection of server certificates through the new CertificateForName function -of the Config struct. +of the Config struct.