This commit is contained in:
安正超
2017-03-16 16:19:06 +08:00
committed by GitHub
parent 5e14a60046
commit 3290b3460c

View File

@ -712,9 +712,9 @@ print(protocolValue.simpleDescription)
```swift ```swift
enum PrinterError: Error { enum PrinterError: Error {
case OutOfPaper case outOfPaper
case NoToner case noToner
case OnFire case onFire
} }
``` ```