We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ba556 commit be9cd3cCopy full SHA for be9cd3c
library/std/src/io/error.rs
@@ -18,7 +18,7 @@ use crate::{error, fmt, result, sys};
18
/// This type is broadly used across [`std::io`] for any operation which may
19
/// produce an error.
20
///
21
-/// This typedef is generally used to avoid writing out [`io::Error`] directly and
+/// This type alias is generally used to avoid writing out [`io::Error`] directly and
22
/// is otherwise a direct mapping to [`Result`].
23
24
/// While usual Rust style is to import types directly, aliases of [`Result`]
0 commit comments