mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 06:20:32 +02:00
Fix typo in try-operator.md (#916)
This commit is contained in:
parent
02359573a4
commit
bd98a829c6
@ -16,7 +16,7 @@ into the much simpler
|
||||
some_expression?
|
||||
```
|
||||
|
||||
We can use this to simplify our error handing code:
|
||||
We can use this to simplify our error handling code:
|
||||
|
||||
```rust,editable
|
||||
use std::{fs, io};
|
||||
|
Loading…
Reference in New Issue
Block a user