You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-04 05:40:29 +02:00
Merge pull request #114 from yesenarman/patch-2
Fix a typo in `result.md`
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user