Use an existing constant name as an example.
This commit is contained in:
parent
1222f5d52b
commit
4b54dd7fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
//! atomically-reference-counted shared pointer).
|
||||
//!
|
||||
//! Most atomic types may be stored in static variables, initialized using
|
||||
//! the provided static initializers like `INIT_ATOMIC_BOOL`. Atomic statics
|
||||
//! the provided static initializers like `ATOMIC_BOOL_INIT`. Atomic statics
|
||||
//! are often used for lazy global initialization.
|
||||
//!
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue