spec: Fix broken type identity link

Fixes #7003.

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/47780043
This commit is contained in:
Emil Hessman 2014-01-03 22:48:03 -08:00 committed by Brad Fitzpatrick
parent 30ba286c61
commit 13141315ad

View File

@ -1009,7 +1009,7 @@ A field declaration may be followed by an optional string literal <i>tag</i>,
which becomes an attribute for all the fields in the corresponding
field declaration. The tags are made
visible through a <a href="/pkg/reflect/#StructTag">reflection interface</a>
and take part in <a href="Type_identity">type identity</a> for structs
and take part in <a href="#Type_identity">type identity</a> for structs
but are otherwise ignored.
</p>