From: Daniel Theophanes
Date: Thu, 1 Dec 2016 15:10:21 +0000 (-0800)
Subject: doc: update go1.8 release notes to say NamedArg not NamedParam
X-Git-Tag: go1.8beta2~131
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=85bcf7f59d68c59be50087f68f7f25736c6a2adf;p=gostls13.git
doc: update go1.8 release notes to say NamedArg not NamedParam
Fixes #18135
Change-Id: I54ef9d6fc804d0fb77b729a04367a138e40f9ddf
Reviewed-on: https://go-review.googlesource.com/33766
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.8.html b/doc/go1.8.html
index 66afc3eed6..471a9b967d 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -850,9 +850,9 @@ crypto/x509: return error for missing SerialNumber (CL 27238)
should continue to be used after it advances to the next result set.
- NamedParam
may be used
- as query arguments. The new function Param
- helps create a NamedParam
+ NamedArg
may be used
+ as query arguments. The new function Named
+ helps create a NamedArg
more succinctly.
If a driver supports the new