You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-26 18:51:00 +02:00
Fix typo in try-operator.md (#916)
This commit is contained in:
@ -16,7 +16,7 @@ into the much simpler
|
|||||||
some_expression?
|
some_expression?
|
||||||
```
|
```
|
||||||
|
|
||||||
We can use this to simplify our error handing code:
|
We can use this to simplify our error handling code:
|
||||||
|
|
||||||
```rust,editable
|
```rust,editable
|
||||||
use std::{fs, io};
|
use std::{fs, io};
|
||||||
|
Reference in New Issue
Block a user