You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-19 07:30:28 +02:00
Fix a typo in result.md
"have already see" -> "have already seen"
This commit is contained in:
committed by
GitHub
parent
8feb6b4ad4
commit
e1c670c4a8
@ -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
|
||||
|
Reference in New Issue
Block a user