mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00: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:
parent
dc640ebd1a
commit
2195f1aa04
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue