File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ impl CommandExt for process::Command {
172172
173173/// Unix-specific extensions to [`process::ExitStatus`].
174174///
175- /// This trait is saeled (since Rust 1.51) : it cannot be implemented outside the standard library.
175+ /// This trait is sealed : it cannot be implemented outside the standard library.
176176/// This is so that future additional methods are not breaking changes.
177177#[ stable( feature = "rust1" , since = "1.0.0" ) ]
178178pub trait ExitStatusExt : private:: Sealed {
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ impl IntoRawHandle for process::ChildStderr {
8282
8383/// Windows-specific extensions to [`process::ExitStatus`].
8484///
85- /// This trait is saeled (since Rust 1.51) : it cannot be implemented outside the standard library.
85+ /// This trait is sealed : it cannot be implemented outside the standard library.
8686/// This is so that future additional methods are not breaking changes.
8787#[ stable( feature = "exit_status_from" , since = "1.12.0" ) ]
8888pub trait ExitStatusExt : private:: Sealed {
You can’t perform that action at this time.
0 commit comments