We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 505718d + d0d5db6 commit e8bb17bCopy full SHA for e8bb17b
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