From dfd3383bd093d9f9dc8d93334d550e8d5a92963d Mon Sep 17 00:00:00 2001 From: Phenmod Date: Wed, 30 Oct 2019 17:02:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AB=E5=B0=BE=E5=BC=95=E5=8F=B7=E5=BC=80?= =?UTF-8?q?=E5=A7=8B=E5=88=97=E4=B9=8B=E5=90=8E=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E7=BC=A9=E8=BF=9B=E4=B8=8D=E4=BC=9A=E8=A2=AB=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/01_welcome_to_swift/03_a_swift_tour.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/01_welcome_to_swift/03_a_swift_tour.md b/source/01_welcome_to_swift/03_a_swift_tour.md index 9eeeff67..8240ffc4 100755 --- a/source/01_welcome_to_swift/03_a_swift_tour.md +++ b/source/01_welcome_to_swift/03_a_swift_tour.md @@ -65,7 +65,7 @@ let fruitSummary = "I have \(apples + oranges) pieces of fruit." > > 使用 `\()` 来把一个浮点计算转换成字符串,并加上某人的名字,和他打个招呼。 -使用三个双引号(`"""`)来包含多行字符串内容,字符串中的内容(包括引号、空格、换行符等)都会保留下来。举个例子: +使用三个双引号(`"""`)来包含多行字符串内容。每行行首的缩进会被删掉,一直删到块末三个双引号缩进到的那一列。举个例子: ```swift let quotation = """