From 2334c3c5844eae1dce7f562a49866c8cc9cbf462 Mon Sep 17 00:00:00 2001 From: miraclesu Date: Fri, 21 Jun 2013 13:21:47 +0800 Subject: [PATCH] =?UTF-8?q?escape=20character=20=E8=AF=91=E6=88=90=20"?= =?UTF-8?q?=E8=BD=AC=E4=B9=89=E5=AD=97=E7=AC=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/04.6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eBook/04.6.md b/eBook/04.6.md index a97b819..fabe8df 100644 --- a/eBook/04.6.md +++ b/eBook/04.6.md @@ -7,7 +7,7 @@ Go 支持以下 2 种形式的字面值: - 解释字符串: - 该类字符串使用双引号括起来,其中的相关的转移字符将被替换,这些转移字符包括: + 该类字符串使用双引号括起来,其中的相关的转义字符将被替换,这些转义字符包括: - `\n`:换行符 - `\r`:回车符 @@ -67,4 +67,4 @@ Go 支持以下 2 种形式的字面值: ##链接 - [目录](directory.md) - 上一节:[基本类型和运算符](04.5.md) -- 下一节:[strings 和 strconv 包](04.7.md) \ No newline at end of file +- 下一节:[strings 和 strconv 包](04.7.md)