We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cb1c2 commit ff39e00Copy full SHA for ff39e00
std/src/os/windows/process.rs
@@ -201,7 +201,7 @@ impl ChildExt for process::Child {
201
/// This is so that future additional methods are not breaking changes.
202
#[stable(feature = "windows_process_exit_code_from", since = "1.63.0")]
203
pub trait ExitCodeExt: Sealed {
204
- /// Creates a new `ExitStatus` from the raw underlying `u32` return value of
+ /// Creates a new `ExitCode` from the raw underlying `u32` return value of
205
/// a process.
206
207
fn from_raw(raw: u32) -> Self;
0 commit comments