Skip to content

Commit

Permalink
Rollup merge of rust-lang#67005 - andrewbanchich:master, r=joshtriplett
Browse files Browse the repository at this point in the history
capitalize Rust

Capitalize "Rust" in docs.
  • Loading branch information
JohnTitor committed Dec 5, 2019
2 parents 929909d + 1fa948f commit 95d219b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/sync/atomic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//!
//! Atomic variables are safe to share between threads (they implement [`Sync`])
//! but they do not themselves provide the mechanism for sharing and follow the
//! [threading model](../../../std/thread/index.html#the-threading-model) of rust.
//! [threading model](../../../std/thread/index.html#the-threading-model) of Rust.
//! The most common way to share an atomic variable is to put it into an [`Arc`][arc] (an
//! atomically-reference-counted shared pointer).
//!
Expand Down

0 comments on commit 95d219b

Please sign in to comment.