We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94610 commit e10dd9dCopy full SHA for e10dd9d
proposals/0433-mutex.md
@@ -110,7 +110,7 @@ public struct Mutex<State: ~Copyable>: ~Copyable {
110
extension Mutex: Sendable where State: ~Copyable {}
111
112
extension Mutex where State: ~Copyable {
113
- /// Calls the given closure after acquring the lock and then releases
+ /// Calls the given closure after acquiring the lock and then releases
114
/// ownership.
115
///
116
/// This method is equivalent to the following sequence of code:
0 commit comments