File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
stdlib/public/Synchronization/Atomics Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ extension Atomic where Value == Bool {
77
77
///
78
78
/// - Parameter operand: A boolean value.
79
79
/// - Parameter ordering: The memory ordering to apply on this operation.
80
- /// - Returns: A tuple with the old value before the operation a the new value
80
+ /// - Returns: A tuple with the old value before the operation and the new value
81
81
/// after the operation.
82
82
@available ( SwiftStdlib 6 . 0 , * )
83
83
@discardableResult
@@ -135,7 +135,7 @@ extension Atomic where Value == Bool {
135
135
///
136
136
/// - Parameter operand: A boolean value.
137
137
/// - Parameter ordering: The memory ordering to apply on this operation.
138
- /// - Returns: A tuple with the old value before the operation a the new value
138
+ /// - Returns: A tuple with the old value before the operation and the new value
139
139
/// after the operation.
140
140
@available ( SwiftStdlib 6 . 0 , * )
141
141
@discardableResult
@@ -193,7 +193,7 @@ extension Atomic where Value == Bool {
193
193
///
194
194
/// - Parameter operand: A boolean value.
195
195
/// - Parameter ordering: The memory ordering to apply on this operation.
196
- /// - Returns: A tuple with the old value before the operation a the new value
196
+ /// - Returns: A tuple with the old value before the operation and the new value
197
197
/// after the operation.
198
198
@available ( SwiftStdlib 6 . 0 , * )
199
199
@discardableResult
You can’t perform that action at this time.
0 commit comments