Skip to content

Commit 261c952

Browse files
matkladsfackler
andauthored
Update library/std/src/sync/rwlock.rs
Co-authored-by: Steven Fackler <[email protected]>
1 parent d94b4e8 commit 261c952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sync/rwlock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use crate::sys_common::rwlock as sys;
2424
/// The priority policy of the lock is dependent on the underlying operating
2525
/// system's implementation, and this type does not guarantee that any
2626
/// 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
27+
/// acquire the lock in `write` might or might not block concurrent calls to
2828
/// `read`.
2929
///
3030
/// The type parameter `T` represents the data that this lock protects. It is

0 commit comments

Comments
 (0)