]> git.lizzy.rs Git - rust.git/commitdiff
capitalize Rust
authorAndrew Banchich <andrewbanchich@gmail.com>
Wed, 4 Dec 2019 00:11:53 +0000 (19:11 -0500)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2019 00:11:53 +0000 (19:11 -0500)
src/libcore/sync/atomic.rs

index c9ccef972c2b5faabdabf7f55a79c4378d180a9e..69c4aa7f30f45768bcd66d7871cc12a4856e5f84 100644 (file)
@@ -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).
 //!