We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8acf958 commit 1fa948fCopy full SHA for 1fa948f
src/libcore/sync/atomic.rs
@@ -27,7 +27,7 @@
27
//!
28
//! Atomic variables are safe to share between threads (they implement [`Sync`])
29
//! but they do not themselves provide the mechanism for sharing and follow the
30
-//! [threading model](../../../std/thread/index.html#the-threading-model) of rust.
+//! [threading model](../../../std/thread/index.html#the-threading-model) of Rust.
31
//! The most common way to share an atomic variable is to put it into an [`Arc`][arc] (an
32
//! atomically-reference-counted shared pointer).
33
0 commit comments