From 5c9035acc1e1540a564ea660000f4f64e783d5ac Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 2 Dec 2016 19:09:08 +0000 Subject: [PATCH] doc: fix grammar in go1.8.html > crypto/tls Change-Id: If8200e54b3650f789c5312f10cce32201a199b80 Reviewed-on: https://go-review.googlesource.com/33775 Reviewed-by: Brad Fitzpatrick --- doc/go1.8.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 906efe4f7e..397dd0a7a3 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -766,7 +766,7 @@ Optimizations and bug fixes are not listed. X25519 and ChaCha20-Poly1305. ChaCha20-Poly1305 is now prioritized unless - AES-GCM when hardware support is present. + hardware support for AES-GCM is present.

-- 2.48.1