Skip to content

Commit a2a0f21

Browse files
committed
Fix typo
1 parent 097efa9 commit a2a0f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/buffered.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<R: Read> BufReader<R> {
180180
///
181181
/// # Examples
182182
///
183-
/// ```no_ru
183+
/// ```no_run
184184
/// # #![feature(bufreader_buffer)]
185185
/// use std::io::{BufReader, BufRead};
186186
/// use std::fs::File;

0 commit comments

Comments
 (0)