1
0
mirror of https://github.com/golang/go synced 2024-11-24 21:20:05 -07:00

doc/go_spec: fix broken link

Part of issue 3424

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955049
This commit is contained in:
Shenghou Ma 2012-03-30 14:04:03 +08:00
parent dc640ebd1a
commit 2195f1aa04

View 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. <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>