Fix incorrect curly quotes
This commit is contained in:
parent
95607544b6
commit
07499918b3
@ -192,7 +192,7 @@ Here’s the error:
|
||||
```text
|
||||
error: type `std::fs::File` does not implement any method in scope named `write`
|
||||
|
||||
let result = f.write(b”whatever”);
|
||||
let result = f.write(b"whatever");
|
||||
^~~~~~~~~~~~~~~~~~
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user