mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-19 17:03:13 +02:00
Merge pull request #114 from yesenarman/patch-2
Fix a typo in `result.md`
This commit is contained in:
commit
34f28cd4a0
@ -1,6 +1,6 @@
|
|||||||
# Structured Error Handling with `Result`
|
# Structured Error Handling with `Result`
|
||||||
|
|
||||||
We have already see the `Result` enum. This is used pervasively when errors are
|
We have already seen the `Result` enum. This is used pervasively when errors are
|
||||||
expected as part of normal operation:
|
expected as part of normal operation:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
Loading…
x
Reference in New Issue
Block a user