Skip to content

Commit be91198

Browse files
authored
Update 03_a_swift_tour.md
1 parent c7ab79f commit be91198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/01_welcome_to_swift/03_a_swift_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ let fruitSummary = "I have \(apples + oranges) pieces of fruit."
6565
>
6666
> 使用 `\()` 来把一个浮点计算转换成字符串,并加上某人的名字,和他打个招呼。
6767
68-
使用三个双引号(`"""`)来包含多行字符串内容。每行行首的缩进会被去除,直到和结尾引号的缩进相匹配。举个例子:
68+
使用三个双引号(`"""`)来包含多行字符串内容。每行行首的缩进会被去除,只要和结尾引号的缩进相匹配。举个例子:
6969

7070
```swift
7171
let quotation = """

0 commit comments

Comments
 (0)