Skip to content

Commit 9e8082c

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

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
@@ -43,7 +43,7 @@ let explicitDouble: Double = 70
4343
值永远不会被隐式转换为其他类型。如果你需要把一个值转换成其他类型,请显式转换。
4444

4545
```swift
46-
let label = "The width is"
46+
let label = "The width is "
4747
let width = 94
4848
let widthLabel = label + String(width)
4949
```

0 commit comments

Comments
 (0)