Skip to content

Commit e10dd9d

Browse files
authored
Fix typo in documentation: "acquring" to "acquiring"
1 parent 9c94610 commit e10dd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0433-mutex.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public struct Mutex<State: ~Copyable>: ~Copyable {
110110
extension Mutex: Sendable where State: ~Copyable {}
111111

112112
extension Mutex where State: ~Copyable {
113-
/// Calls the given closure after acquring the lock and then releases
113+
/// Calls the given closure after acquiring the lock and then releases
114114
/// ownership.
115115
///
116116
/// This method is equivalent to the following sequence of code:

0 commit comments

Comments
 (0)