From 2195f1aa047d0a57e3a542fa90f8c63dafc2002e Mon Sep 17 00:00:00 2001
From: Shenghou Ma
Date: Fri, 30 Mar 2012 14:04:03 +0800
Subject: [PATCH] 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 2c905c723b0..576db6504a6 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