]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1] doc/go_spec: fix broken link
authorShenghou Ma <minux.ma@gmail.com>
Fri, 30 Mar 2012 06:04:03 +0000 (14:04 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 30 Mar 2012 06:04:03 +0000 (14:04 +0800)
««« backport 719d3065511a
doc/go_spec: fix broken link
        Part of issue 3424

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955049
»»»

doc/go_spec.html

index 2c905c723b0d44d58fa3aa845f57755fd8192317..576db6504a6734c29e8535d93797f4d4e07fb92e 100644 (file)
@@ -1598,7 +1598,7 @@ Given a set of identifiers, an identifier is called <i>unique</i> if it is
 <i>different</i> from every other in the set.
 Two identifiers are different if they are spelled differently, or if they
 appear in different <a href="#Packages">packages</a> and are not
-<a href="Exported_identifiers">exported</a>. Otherwise, they are the same.
+<a href="#Exported_identifiers">exported</a>. Otherwise, they are the same.
 </p>
 
 <h3 id="Constant_declarations">Constant declarations</h3>