Skip to content

Commit 1fa948f

Browse files
capitalize Rust
1 parent 8acf958 commit 1fa948f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/sync/atomic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//!
2828
//! Atomic variables are safe to share between threads (they implement [`Sync`])
2929
//! 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.
30+
//! [threading model](../../../std/thread/index.html#the-threading-model) of Rust.
3131
//! The most common way to share an atomic variable is to put it into an [`Arc`][arc] (an
3232
//! atomically-reference-counted shared pointer).
3333
//!

0 commit comments

Comments
 (0)