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
enum PrinterError: Error {
case OutOfPaper
case NoToner
case OnFire
case outOfPaper
case noToner
case onFire
}
```