Skip to content

Commit 03e1a85

Browse files
committed
---
yaml --- r: 319473 b: refs/heads/master-rebranch c: 0f9c381 h: refs/heads/master i: 319471: 0e3575d
1 parent 527cf2c commit 03e1a85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,4 +1457,4 @@ refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-02-a: ddd2b2976aa9bfde5f20fe37f6bd2
14571457
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2019-08-03-a: 171cc166f2abeb5ca2a4003700a8a78a108bd300
14581458
refs/heads/benlangmuir-patch-1: baaebaf39d52f3bf36710d4fe40cf212e996b212
14591459
refs/heads/i-do-redeclare: 8c4e6d5de5c1e3f0a2cedccf319df713ea22c48e
1460-
refs/heads/master-rebranch: 4df17dfcd8a1a0a5d8559b4e2ccb803fe4642f86
1460+
refs/heads/master-rebranch: 0f9c3814996a74b35a1b7326c46a9eb19da0ba37

branches/master-rebranch/stdlib/public/core/CollectionDifference.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ extension CollectionDifference where ChangeElement: Hashable {
317317
/// Returns a new collection difference with associations between individual
318318
/// elements that have been removed and inserted only once.
319319
///
320-
/// - Returns: An collection difference with all possible moves inferred.
320+
/// - Returns: A collection difference with all possible moves inferred.
321321
///
322322
/// - Complexity: O(*n*) where *n* is the number of collection differences.
323323
public func inferringMoves() -> CollectionDifference<ChangeElement> {

0 commit comments

Comments
 (0)