Skip to content

Commit

Permalink
Rollup merge of rust-lang#58600 - llogiq:documentation-tests-typo, r=…
Browse files Browse the repository at this point in the history
…frewsxcv

fix small documentation typo

Thanks to @stjepang for catching my mistake.
  • Loading branch information
Centril authored Feb 22, 2019
2 parents 43e0268 + 8cf3605 commit 7fafdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/rustdoc/src/documentation-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ disambiguate the error type:
/// use std::io;
/// let mut input = String::new();
/// io::stdin().read_line(&mut input)?;
/// # Ok::<(), io:Error>(())
/// # Ok::<(), io::Error>(())
/// ```
```

Expand Down

0 comments on commit 7fafdc1

Please sign in to comment.