Fix #688
This commit is contained in:
@ -712,9 +712,9 @@ print(protocolValue.simpleDescription)
|
||||
|
||||
```swift
|
||||
enum PrinterError: Error {
|
||||
case OutOfPaper
|
||||
case NoToner
|
||||
case OnFire
|
||||
case outOfPaper
|
||||
case noToner
|
||||
case onFire
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user