From 3c1df47a860f10e7deff0041017cfc3e39888edd Mon Sep 17 00:00:00 2001 From: WenKang Tan Date: Wed, 22 Jan 2020 09:36:54 -0600 Subject: [PATCH] Update 04.9.md (#755) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix: "a literal" 应翻译为术语 ”字面量“ 而不是 “文字” --- eBook/04.9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/04.9.md b/eBook/04.9.md index aa035a2..b753be8 100644 --- a/eBook/04.9.md +++ b/eBook/04.9.md @@ -99,7 +99,7 @@ func main() { **注意事项** -你不能得到一个文字或常量的地址,例如: +你不能获取字面量或常量的地址,例如: ```go const i = 5