This commit is contained in:
Manish Goregaokar 2015-10-14 12:52:14 +05:30
parent b330df2c6c
commit 66b58d19bd

View File

@ -17,7 +17,7 @@ use option::Option::{self, Some, None};
use result;
use sys;
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
/// A specialized [`Result`](../result/enum.Result.html) type for I/O
/// operations.
///
/// This type is broadly used across `std::io` for any operation which may