File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public final actor ActorIsolated<Value> {
79
79
/// > await didOpenSettings.withValue { XCTAssertTrue($0) }
80
80
/// > ```
81
81
///
82
- /// - Parameters: operation: An operation to be performed on the actor with the underlying value.
82
+ /// - Parameter operation: An operation to be performed on the actor with the underlying value.
83
83
/// - Returns: The result of the operation.
84
84
public func withValue< T> (
85
85
_ operation: @Sendable ( inout Value ) throws -> T
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public final class LockIsolated<Value>: @unchecked Sendable {
36
36
/// }
37
37
/// ```
38
38
///
39
- /// - Parameters: operation: An operation to be performed on the the underlying value with a lock.
39
+ /// - Parameter operation: An operation to be performed on the the underlying value with a lock.
40
40
/// - Returns: The result of the operation.
41
41
public func withValue< T: Sendable > (
42
42
_ operation: ( inout Value ) throws -> T
You can’t perform that action at this time.
0 commit comments