From: Rob Pike Date: Thu, 10 Apr 2014 22:52:16 +0000 (+1000) Subject: doc/go1.3.html: fix spelling mistakes X-Git-Tag: go1.3beta1~122 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1d879fe7746bd21f93018a85d0aeb22b2d921aad;p=gostls13.git doc/go1.3.html: fix spelling mistakes Keep those builders busy. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/85710046 --- diff --git a/doc/go1.3.html b/doc/go1.3.html index 3caea84d8b..fcb8d4c641 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -192,7 +192,7 @@ is now about 40% faster.
  • The regular expression package regexp -is now significantly faster for certain simple expressions due to the implemenation of +is now significantly faster for certain simple expressions due to the implementation of a second, one-pass execution engine. The choice of which engine to use is automatic; the details are hidden from the user.
  • @@ -216,7 +216,7 @@ No new packages appear in the core libraries in Go 1.3.

    A previous bug in crypto/tls -made it possible to skip verfication in TLS inadvertently. +made it possible to skip verification in TLS inadvertently. In Go 1.3, the bug is fixed: one must specify either ServerName or InsecureSkipVerify, and if ServerName is specified it is enforced. This may break existing code that incorrectly depended on insecure