Skip to content

Commit ff39e00

Browse files
committed
Fix copy paste error
1 parent b7cb1c2 commit ff39e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/windows/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl ChildExt for process::Child {
201201
/// This is so that future additional methods are not breaking changes.
202202
#[stable(feature = "windows_process_exit_code_from", since = "1.63.0")]
203203
pub trait ExitCodeExt: Sealed {
204-
/// Creates a new `ExitStatus` from the raw underlying `u32` return value of
204+
/// Creates a new `ExitCode` from the raw underlying `u32` return value of
205205
/// a process.
206206
#[stable(feature = "windows_process_exit_code_from", since = "1.63.0")]
207207
fn from_raw(raw: u32) -> Self;

0 commit comments

Comments
 (0)