We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107e65e commit d0d5db6Copy full SHA for d0d5db6
src/libstd/sync/rwlock.rs
@@ -36,7 +36,7 @@ use sys_common::rwlock as sys;
36
/// required that `T` satisfies [`Send`] to be shared across threads and
37
/// [`Sync`] to allow concurrent access through readers. The RAII guards
38
/// returned from the locking methods implement [`Deref`][] (and [`DerefMut`]
39
-/// for the `write` methods) to allow access to the contained of the lock.
+/// for the `write` methods) to allow access to the content of the lock.
40
///
41
/// # Poisoning
42
0 commit comments