We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 825e6b3 + a638580 commit 268521fCopy full SHA for 268521f
src/libcore/sync/atomic.rs
@@ -95,7 +95,7 @@ pub struct AtomicBool {
95
#[cfg(target_has_atomic = "8")]
96
#[stable(feature = "rust1", since = "1.0.0")]
97
impl Default for AtomicBool {
98
- /// Creates an `AtomicBool` initialised as false.
+ /// Creates an `AtomicBool` initialized to `false`.
99
fn default() -> Self {
100
Self::new(false)
101
}
0 commit comments