We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94b4e8 commit 261c952Copy full SHA for 261c952
library/std/src/sync/rwlock.rs
@@ -24,7 +24,7 @@ use crate::sys_common::rwlock as sys;
24
/// The priority policy of the lock is dependent on the underlying operating
25
/// system's implementation, and this type does not guarantee that any
26
/// particular policy will be used. In particular, a writer which is waiting to
27
-/// acquire the lock in `write` might or might not block future calls to
+/// acquire the lock in `write` might or might not block concurrent calls to
28
/// `read`.
29
///
30
/// The type parameter `T` represents the data that this lock protects. It is
0 commit comments