Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Fix typos & us spellings Fixing some typos and non en-US spellings. (Update of PR https://github.com/rust-lang/rust/pull/42812 )
This commit is contained in:
@@ -387,7 +387,7 @@ impl Drop for Finish {
|
||||
impl OnceState {
|
||||
/// Returns whether the associated [`Once`] has been poisoned.
|
||||
///
|
||||
/// Once an initalization routine for a [`Once`] has panicked it will forever
|
||||
/// Once an initialization routine for a [`Once`] has panicked it will forever
|
||||
/// indicate to future forced initialization routines that it is poisoned.
|
||||
///
|
||||
/// [`Once`]: struct.Once.html
|
||||
|
||||
Reference in New Issue
Block a user