Fix incorrect curly quotes

This commit is contained in:
Steve Klabnik 2015-05-07 10:26:00 -04:00
parent 95607544b6
commit 07499918b3

View file

@ -192,7 +192,7 @@ Heres 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");
^~~~~~~~~~~~~~~~~~
```