Skip to content

Commit fb9a864

Browse files
authored
Merge pull request swiftlang#26765 from amartini51/master
2 parents 4345b2c + f040eda commit fb9a864

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6292,7 +6292,7 @@ ConstraintSystem::simplifyApplicableFnConstraint(
62926292

62936293
// Don't attempt this optimization in "diagnostic mode" because
62946294
// in such mode we'd like to attempt all of the available
6295-
// overloads regardless of of problems related to missing or
6295+
// overloads regardless of problems related to missing or
62966296
// extraneous labels and/or arguments.
62976297
if (!(solverState && shouldAttemptFixes())) {
62986298
// If the right-hand side is a type variable,

stdlib/public/core/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ extension Array {
14211421
/// of the new array.
14221422
/// - Parameters:
14231423
/// - buffer: A buffer covering uninitialized memory with room for the
1424-
/// specified number of of elements.
1424+
/// specified number of elements.
14251425
/// - initializedCount: The count of initialized elements in the array,
14261426
/// which begins as zero. Set `initializedCount` to the number of
14271427
/// elements you initialize.

stdlib/public/core/ContiguousArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ extension ContiguousArray {
10061006
/// of the new array.
10071007
/// - Parameters:
10081008
/// - buffer: A buffer covering uninitialized memory with room for the
1009-
/// specified number of of elements.
1009+
/// specified number of elements.
10101010
/// - initializedCount: The count of initialized elements in the array,
10111011
/// which begins as zero. Set `initializedCount` to the number of
10121012
/// elements you initialize.

0 commit comments

Comments
 (0)