Skip to content

Commit 6b7066b

Browse files
committed
stdlib: Replace typedef -> type alias in doc comment
1 parent 90ada38 commit 6b7066b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/io/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::{error, fmt, result, sys};
1818
/// This type is broadly used across [`std::io`] for any operation which may
1919
/// produce an error.
2020
///
21-
/// This typedef is generally used to avoid writing out [`io::Error`] directly and
21+
/// This type alias is generally used to avoid writing out [`io::Error`] directly and
2222
/// is otherwise a direct mapping to [`Result`].
2323
///
2424
/// While usual Rust style is to import types directly, aliases of [`Result`]

0 commit comments

Comments
 (0)