Update 03_a_swift_tour.md

修正翻译错误.
This commit is contained in:
lialong
2019-07-09 20:57:20 +08:00
committed by GitHub
parent cc029194be
commit 96f3c84b8a

View File

@ -65,7 +65,7 @@ let fruitSummary = "I have \(apples + oranges) pieces of fruit."
> >
> 使用 `\()` 来把一个浮点计算转换成字符串,并加上某人的名字,和他打个招呼。 > 使用 `\()` 来把一个浮点计算转换成字符串,并加上某人的名字,和他打个招呼。
使用一对三个引号(`"""`)来包含多行字符串内容,字符串中的内容(包括引号、空格、换行符等)都会保留下来。举个例子: 使用三个引号(`"""`)来包含多行字符串内容,字符串中的内容(包括引号、空格、换行符等)都会保留下来。举个例子:
```swift ```swift
let quotation = """ let quotation = """