소스 검색

[Typo] Fix wrong double quotation marks

dbarobin 10 년 전
부모
커밋
178b90cfb3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      eBook/04.4.md

+ 1 - 1
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!"
 ```
 
 或: