mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-04 11:39:42 +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`
|
||||
|
||||
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:
|
||||
|
||||
```rust
|
||||
|
Loading…
Reference in New Issue
Block a user