未验证 提交 1fa948f4 编写于 作者: A Andrew Banchich 提交者: GitHub

capitalize Rust

上级 8acf9588
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
//! //!
//! Atomic variables are safe to share between threads (they implement [`Sync`]) //! Atomic variables are safe to share between threads (they implement [`Sync`])
//! but they do not themselves provide the mechanism for sharing and follow the //! 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 //! The most common way to share an atomic variable is to put it into an [`Arc`][arc] (an
//! atomically-reference-counted shared pointer). //! atomically-reference-counted shared pointer).
//! //!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册