File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -177,12 +177,7 @@ this value is `Int`.
177
177
178
178
## Acknowledgments
179
179
180
- If significant changes or improvements suggested by members of the community
181
- were incorporated into the proposal as it developed, take a moment here to thank
182
- them for their contributions. This is a collaborative process, and everyone's
183
- input should receive recognition!
184
-
185
- Generally, you should not acknowledge anyone who is listed as a co-author.
180
+ Thanks to the testing team for their help preparing this pitch!
186
181
187
182
[ ^ 1 ] : In the future, this type will change to
188
183
` any RangeExpression<Int> & Sendable ` . Compiler support is required
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ public func confirmation<R>(
201
201
}
202
202
203
203
/// An overload of ``confirmation(_:expectedCount:isolation:sourceLocation:_:)-6bkl6``
204
- /// that handles the unbounded range operator (`...`).
204
+ /// that handles the partial- range-through operator (`...n `).
205
205
///
206
206
/// This overload is necessary because the lower bound of `PartialRangeThrough`
207
207
/// is ambiguous: does it start at `0` or `1`? Test authors should specify a
@@ -217,7 +217,7 @@ public func confirmation<R>(
217
217
}
218
218
219
219
/// An overload of ``confirmation(_:expectedCount:isolation:sourceLocation:_:)-6bkl6``
220
- /// that handles the unbounded range operator (`... `).
220
+ /// that handles the partial- range-up-to operator (`..<n `).
221
221
///
222
222
/// This overload is necessary because the lower bound of `PartialRangeUpTo` is
223
223
/// ambiguous: does it start at `0` or `1`? Test authors should specify a
You can’t perform that action at this time.
0 commit comments