Skip to content

Commit

Permalink
doc: update go1.8 release notes to say NamedArg not NamedParam
Browse files Browse the repository at this point in the history
Fixes #18135

Change-Id: I54ef9d6fc804d0fb77b729a04367a138e40f9ddf
Reviewed-on: https://go-review.googlesource.com/33766
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
  • Loading branch information
kardianos authored and bradfitz committed Dec 1, 2016
1 parent 0b2daa5 commit 85bcf7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/go1.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +850,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
should continue to be used after it advances to the next result set.
</p>
<p>
<a href="/pkg/database/sql/#NamedParam"><code>NamedParam</code></a> may be used
as query arguments. The new function <a href="/pkg/database/sql/#Param"><code>Param</code></a>
helps create a <a href="/pkg/database/sql/#NamedParam"><code>NamedParam</code></a>
<a href="/pkg/database/sql/#NamedArg"><code>NamedArg</code></a> may be used
as query arguments. The new function <a href="/pkg/database/sql/#Named"><code>Named</code></a>
helps create a <a href="/pkg/database/sql/#NamedArg"><code>NamedArg</code></a>
more succinctly.
<p>
If a driver supports the new
Expand Down

0 comments on commit 85bcf7f

Please sign in to comment.