Commit 2195f1aa authored by Shenghou Ma's avatar Shenghou Ma

doc/go_spec: fix broken link

        Part of issue 3424

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955049
parent dc640ebd
...@@ -1598,7 +1598,7 @@ Given a set of identifiers, an identifier is called <i>unique</i> if it is ...@@ -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. <i>different</i> from every other in the set.
Two identifiers are different if they are spelled differently, or if they Two identifiers are different if they are spelled differently, or if they
appear in different <a href="#Packages">packages</a> and are not 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> </p>
<h3 id="Constant_declarations">Constant declarations</h3> <h3 id="Constant_declarations">Constant declarations</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment