File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6283,7 +6283,7 @@ ConstraintSystem::simplifyApplicableFnConstraint(
6283
6283
6284
6284
// Don't attempt this optimization in "diagnostic mode" because
6285
6285
// in such mode we'd like to attempt all of the available
6286
- // overloads regardless of of problems related to missing or
6286
+ // overloads regardless of problems related to missing or
6287
6287
// extraneous labels and/or arguments.
6288
6288
if (!(solverState && shouldAttemptFixes ())) {
6289
6289
// If the right-hand side is a type variable,
Original file line number Diff line number Diff line change @@ -1421,7 +1421,7 @@ extension Array {
1421
1421
/// of the new array.
1422
1422
/// - Parameters:
1423
1423
/// - buffer: A buffer covering uninitialized memory with room for the
1424
- /// specified number of of elements.
1424
+ /// specified number of elements.
1425
1425
/// - initializedCount: The count of initialized elements in the array,
1426
1426
/// which begins as zero. Set `initializedCount` to the number of
1427
1427
/// elements you initialize.
Original file line number Diff line number Diff line change @@ -1006,7 +1006,7 @@ extension ContiguousArray {
1006
1006
/// of the new array.
1007
1007
/// - Parameters:
1008
1008
/// - buffer: A buffer covering uninitialized memory with room for the
1009
- /// specified number of of elements.
1009
+ /// specified number of elements.
1010
1010
/// - initializedCount: The count of initialized elements in the array,
1011
1011
/// which begins as zero. Set `initializedCount` to the number of
1012
1012
/// elements you initialize.
You can’t perform that action at this time.
0 commit comments