We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb44c89 commit a1ad729Copy full SHA for a1ad729
src/libcore/marker.rs
@@ -314,7 +314,7 @@ pub trait Copy : Clone {
314
///
315
/// For cases when one does need thread-safe interior mutability,
316
/// Rust provides [atomic data types], as well as explicit locking via
317
-/// [`sync::Mutex`][mutex] and [`sync::RWLock`][rwlock]. These types
+/// [`sync::Mutex`][mutex] and [`sync::RwLock`][rwlock]. These types
318
/// ensure that any mutation cannot cause data races, hence the types
319
/// are `Sync`. Likewise, [`sync::Arc`][arc] provides a thread-safe
320
/// analogue of [`Rc`][rc].
0 commit comments