]> Cypherpunks repositories - gostls13.git/commitdiff
go spec: fix local link
authorRobert Griesemer <gri@golang.org>
Tue, 22 Feb 2011 17:34:13 +0000 (09:34 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 22 Feb 2011 17:34:13 +0000 (09:34 -0800)
Fixes #1543.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4169068

doc/go_spec.html

index 72cfa6305639810c774f1925f6d6c4eb4126181a..54fa50421e177c55cf07ddd03681341530b35bf1 100644 (file)
@@ -1,5 +1,5 @@
 <!-- title The Go Programming Language Specification -->
-<!-- subtitle Version of February 19, 2011 -->
+<!-- subtitle Version of February 22, 2011 -->
 
 <!--
 TODO
@@ -4796,7 +4796,7 @@ The PackageName is used in <a href="#Qualified_identifiers">qualified identifier
 to access the exported identifiers of the package within the importing source file.
 It is declared in the <a href="#Blocks">file block</a>.
 If the PackageName is omitted, it defaults to the identifier specified in the
-<a href="#Package_clauses">package clause</a> of the imported package.
+<a href="#Package_clause">package clause</a> of the imported package.
 If an explicit period (<code>.</code>) appears instead of a name, all the
 package's exported identifiers will be declared in the current file's
 file block and can be accessed without a qualifier.