Use an existing constant name as an example.

This commit is contained in:
Andrii Dmytrenko 2016-08-11 11:29:16 +01:00
parent 1222f5d52b
commit 4b54dd7fd9
No known key found for this signature in database
GPG Key ID: 4D21C2D5CC453430

View File

@ -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.
//!
//!