Commit f6f8764
authored
Rollup merge of #78394 - rubik:master, r=m-ou-se
fix(docs): typo in BufWriter documentation
This PR fixes a small typo in the BufWriter documentation. The current documentation looks like this:

The `<u8>` at the end is mangled by Markdown. This PR makes the `BufWriter` documentation like the `BufReader` one:
https://github.com/rust-lang/rust/blob/master/library/std/src/io/buffered/bufreader.rs#L16
I'm tagging Steve as per the Rustc dev guide.
r? @steveklabnik1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments