From c1786a9e3b99f4d243425b9db3de726a3b01a8e0 Mon Sep 17 00:00:00 2001
From: Elias Naur
Date: Fri, 29 Mar 2013 10:28:37 -0700
Subject: [PATCH] doc: fix typo in effective_go.html
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7548045
---
doc/effective_go.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/effective_go.html b/doc/effective_go.html
index decca34b5a..a1e13c0f69 100644
--- a/doc/effective_go.html
+++ b/doc/effective_go.html
@@ -2466,7 +2466,7 @@ only to have them be needed again later.
The blank identifier provides a workaround.
-This half-written program is has two unused imports
+This half-written program has two unused imports
(fmt
and io
)
and an unused variable (fd
),
so it will not compile, but it would be nice to see if the
--
2.50.0