]> git.lizzy.rs Git - rust.git/commit
docs: Fix link to BufWriter::flush
authorBryan Burgers <bryan@burgers.io>
Fri, 8 Nov 2019 16:14:02 +0000 (10:14 -0600)
committerBryan Burgers <bryan@burgers.io>
Fri, 8 Nov 2019 16:18:58 +0000 (10:18 -0600)
commit413ab57c0210ecbe92298c53ec4e1e39f97e4e4c
treec666b18db32727d9d8c0b269490168f176b860e9
parent76ade3e8ac42cd7a7b7c3c5ef54818ab68e3ebdc
docs: Fix link to BufWriter::flush

One of the links in the docs was being rendered as a literal
open-bracket followed by a single quote, instead of being transformed
into a link. Fix it to match the link earlier in the same paragraph.
src/libstd/io/buffered.rs