Fix typo saeled -> sealed

This commit is contained in:
David Tolnay 2021-01-10 18:11:00 -08:00 committed by Ian Jackson
parent f3e7199a79
commit efddf5949f
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ fn arg0<S>(&mut self, arg: S) -> &mut process::Command
/// Unix-specific extensions to [`process::ExitStatus`].
///
/// This trait is saeled (since Rust 1.51): it cannot be implemented outside the standard library.
/// This trait is sealed: it cannot be implemented outside the standard library.
/// This is so that future additional methods are not breaking changes.
#[stable(feature = "rust1", since = "1.0.0")]
pub trait ExitStatusExt: private::Sealed {

View File

@ -82,7 +82,7 @@ fn into_raw_handle(self) -> RawHandle {
/// Windows-specific extensions to [`process::ExitStatus`].
///
/// This trait is saeled (since Rust 1.51): it cannot be implemented outside the standard library.
/// This trait is sealed: it cannot be implemented outside the standard library.
/// This is so that future additional methods are not breaking changes.
#[stable(feature = "exit_status_from", since = "1.12.0")]
pub trait ExitStatusExt: private::Sealed {