From: Shenghou Ma
Date: Fri, 30 Mar 2012 06:04:03 +0000 (+0800)
Subject: [release-branch.go1] doc/go_spec: fix broken link
X-Git-Tag: go1.0.1~59
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0c34a28d85ab427baf51e46b710689e9d5d14eeb;p=gostls13.git
[release-branch.go1] doc/go_spec: fix broken link
««« backport 719d3065511a
doc/go_spec: fix broken link
Part of issue 3424
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955049
»»»
---
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 2c905c723b..576db6504a 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1598,7 +1598,7 @@ Given a set of identifiers, an identifier is called unique if it is
different from every other in the set.
Two identifiers are different if they are spelled differently, or if they
appear in different packages and are not
-exported. Otherwise, they are the same.
+exported. Otherwise, they are the same.
Constant declarations