From 178b90cfb3c48d886f4965ddac038025ad9ba2f5 Mon Sep 17 00:00:00 2001 From: dbarobin Date: Wed, 5 Aug 2015 02:19:58 +0800 Subject: [PATCH] [Typo] Fix wrong double quotation marks --- eBook/04.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/04.4.md b/eBook/04.4.md index 30d048b..3262bc2 100644 --- a/eBook/04.4.md +++ b/eBook/04.4.md @@ -80,7 +80,7 @@ var str string = "Go says hello to the world!" ```go var a = 15 var b = false -var str = “Go says hello to the world!” +var str = "Go says hello to the world!" ``` 或: