Skip to content

Commit 66b58d1

Browse files
committed
fix tidy
1 parent b330df2 commit 66b58d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use option::Option::{self, Some, None};
1717
use result;
1818
use sys;
1919

20-
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
20+
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
2121
/// operations.
2222
///
2323
/// This type is broadly used across `std::io` for any operation which may

0 commit comments

Comments
 (0)