Update 08_Enumerations.md
This commit is contained in:
@ -27,7 +27,7 @@
|
|||||||
使用`enum`关键词并且把它们的整个定义放在一对大括号内:
|
使用`enum`关键词并且把它们的整个定义放在一对大括号内:
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
enum SomeEumeration {
|
enum SomeEnumeration {
|
||||||
// enumeration definition goes here
|
// enumeration definition goes here
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user