Skip to content

Commit 7fafdc1

Browse files
authored
Rollup merge of rust-lang#58600 - llogiq:documentation-tests-typo, r=frewsxcv
fix small documentation typo Thanks to @stjepang for catching my mistake.
2 parents 43e0268 + 8cf3605 commit 7fafdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/documentation-tests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ disambiguate the error type:
244244
/// use std::io;
245245
/// let mut input = String::new();
246246
/// io::stdin().read_line(&mut input)?;
247-
/// # Ok::<(), io:Error>(())
247+
/// # Ok::<(), io::Error>(())
248248
/// ```
249249
```
250250

0 commit comments

Comments
 (0)