aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-05-20 11:57:58 -0700
committerRob Pike <r@golang.org>2014-05-20 11:57:58 -0700
commit4d36ad77912018b1c1dcfeddf3e7a87d92936f8c (patch)
treef1a1cbac9c71f0312db935460595c53ffa84bca4
parent87ef6e91568507e53b902c558f0cc4d8447e5dd7 (diff)
downloadgo-4d36ad77912018b1c1dcfeddf3e7a87d92936f8c.tar.gz
go-4d36ad77912018b1c1dcfeddf3e7a87d92936f8c.zip
doc/go_spec.html: fix broken anchor tag
LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/99420045
-rw-r--r--doc/go_spec.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 536d370640..eef4921d3e 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -4014,7 +4014,7 @@ precision.
<h3 id="Order_of_evaluation">Order of evaluation</h3>
<p>
-At package level, <a href="#Program_execution"</a>initialization dependencies</a>
+At package level, <a href="#Program_execution">initialization dependencies</a>
determine the evaluation order of individual initialization expressions in
<a href="#Variable_declarations">variable declarations</a>.
Otherwise, when evaluating the <a href="#Operands">operands</a> of an