We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96b1f64 + e10dd9d commit f183e32Copy full SHA for f183e32
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