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.
1 parent 1222f5d commit 4b54dd7Copy full SHA for 4b54dd7
src/libcore/sync/atomic.rs
@@ -32,7 +32,7 @@
32
//! atomically-reference-counted shared pointer).
33
//!
34
//! Most atomic types may be stored in static variables, initialized using
35
-//! the provided static initializers like `INIT_ATOMIC_BOOL`. Atomic statics
+//! the provided static initializers like `ATOMIC_BOOL_INIT`. Atomic statics
36
//! are often used for lazy global initialization.
37
38
0 commit comments