rollup merge of #19710: steveklabnik/gh15449

Fixes #15499.
This commit is contained in:
Brian Anderson
2014-12-13 18:22:09 -08:00
11 changed files with 22 additions and 19 deletions

View File

@@ -127,7 +127,7 @@ impl StdinReader {
///
/// This provides access to methods like `chars` and `lines`.
///
/// ## Example
/// # Examples
///
/// ```rust
/// use std::io;