Skip to content

Commit

Permalink
Fix type reference in documents which was being confused with html tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Houtamelo authored Nov 2, 2024
1 parent ecd55b1 commit 166cea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/sys/pal/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cfg_if::cfg_if! {
}
}

/// Map a Result<T, WinError> to io::Result<T>.
/// Map a [`Result<T, WinError>`] to [`io::Result<T>`](crate::io::Result<T>).
trait IoResult<T> {
fn io_result(self) -> crate::io::Result<T>;
}
Expand Down

0 comments on commit 166cea2

Please sign in to comment.