File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/master-rebranch/stdlib/public/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
1457
1457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
1458
1458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
1459
1459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460
- refs/heads/master-rebranch: 4df17dfcd8a1a0a5d8559b4e2ccb803fe4642f86
1460
+ refs/heads/master-rebranch: 0f9c3814996a74b35a1b7326c46a9eb19da0ba37
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ extension CollectionDifference where ChangeElement: Hashable {
317
317
/// Returns a new collection difference with associations between individual
318
318
/// elements that have been removed and inserted only once.
319
319
///
320
- /// - Returns: An collection difference with all possible moves inferred.
320
+ /// - Returns: A collection difference with all possible moves inferred.
321
321
///
322
322
/// - Complexity: O(*n*) where *n* is the number of collection differences.
323
323
public func inferringMoves( ) -> CollectionDifference < ChangeElement > {
You can’t perform that action at this time.
0 commit comments