]> Cypherpunks repositories - gostls13.git/commitdiff
spec: Fix broken type identity link
authorEmil Hessman <c.emil.hessman@gmail.com>
Sat, 4 Jan 2014 06:48:03 +0000 (22:48 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 4 Jan 2014 06:48:03 +0000 (22:48 -0800)
Fixes #7003.

R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/47780043

doc/go_spec.html

index 329e2adb18c1fd8fe54bcf85ce9871a043b6fe1a..3d3eaa4cfe2b4cc8d903debf486039e8219bbdd0 100644 (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>