Corrected spelling.

Corrected "着" to "这".
This commit is contained in:
Shiyao Qi
2014-06-20 09:51:24 +08:00
parent 3f97fd9ccf
commit 37b9a2a0e1

View File

@ -249,7 +249,7 @@ struct Point {
} }
``` ```
你可以通过以下三种方式为`Rect`创建实例--使用默认的0值来初始化`origin``size`属性;使用特定的`origin``size`实例来初始化;使用特定的`center``size`来初始化。在下面`Rect`结构体定义中,我们为三种方式提供了三个自定义的构造器: 你可以通过以下三种方式为`Rect`创建实例--使用默认的0值来初始化`origin``size`属性;使用特定的`origin``size`实例来初始化;使用特定的`center``size`来初始化。在下面`Rect`结构体定义中,我们为三种方式提供了三个自定义的构造器:
```swift ```swift
struct Rect { struct Rect {