Skip to content

Commit 8cf3605

Browse files
committed
fix typo
1 parent f66e469 commit 8cf3605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)