From 4d36ad77912018b1c1dcfeddf3e7a87d92936f8c Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 20 May 2014 11:57:58 -0700 Subject: [PATCH] doc/go_spec.html: fix broken anchor tag LGTM=gri R=gri CC=golang-codereviews https://golang.org/cl/99420045 --- doc/go_spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

Order of evaluation

-At package level, initialization dependencies +At package level, initialization dependencies determine the evaluation order of individual initialization expressions in variable declarations. Otherwise, when evaluating the operands of an -- 2.50.0