From 0c34a28d85ab427baf51e46b710689e9d5d14eeb Mon Sep 17 00:00:00 2001
From: Shenghou Ma
Date: Fri, 30 Mar 2012 14:04:03 +0800
Subject: [PATCH] [release-branch.go1] doc/go_spec: fix broken link
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
««« backport 719d3065511a
doc/go_spec: fix broken link
Part of issue 3424
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5955049
»»»
---
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 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
--
2.48.1