Fix #688
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user