doc/faq: reword the link to the generics proposal

A late response to CL 22163.

Change-Id: I5275a22af7081875af0256da296811f4fe9832dc
Reviewed-on: https://go-review.googlesource.com/22296
Reviewed-by: David Symonds <dsymonds@golang.org>
This commit is contained in:
Rob Pike 2016-04-20 08:56:33 -07:00
parent 79c527f4a7
commit bc33dd7432
1 changed files with 4 additions and 2 deletions

View File

@ -335,8 +335,10 @@ code that does what generics would enable, if less smoothly.
</p>
<p>
This remains an open issue. See <a href="https://golang.org/issue/15292">the generics proposal issue</a>
for more information.
The topic remains open.
For a look at several previous unsuccessful attempts to
design a good generics solution for Go, see
<a href="https://golang.org/issue/15292">this proposal</a>.
</p>
<h3 id="exceptions">