File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0c26524134fe32ae1e9f07a128bee729278ac964
2
+ refs/heads/master: 2c64023e3e03ca05cb10cecec32e5c684c7436ba
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ enum StringResult {
297
297
}
298
298
```
299
299
Where a ` StringResult ` is either a ` StringResult::StringOK ` , with the result of
300
- a computation, or an ` StringResult::ErrorReason ` with a ` String ` explaining
300
+ a computation, or a ` StringResult::ErrorReason ` with a ` String ` explaining
301
301
what caused the computation to fail. These kinds of ` enum ` s are actually very
302
302
useful and are even part of the standard library.
303
303
You can’t perform that action at this time.
0 commit comments