mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
fix typos
This commit is contained in:
@@ -95,7 +95,7 @@ pub struct AtomicBool {
|
||||
#[cfg(target_has_atomic = "8")]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
impl Default for AtomicBool {
|
||||
/// Creates an `AtomicBool` initialised as false.
|
||||
/// Creates an `AtomicBool` initialized to `false`.
|
||||
fn default() -> Self {
|
||||
Self::new(false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user