We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a042112 commit afcf4b6Copy full SHA for afcf4b6
stdlib/public/core/CollectionDifference.swift
@@ -317,7 +317,7 @@ extension CollectionDifference where ChangeElement: Hashable {
317
/// Returns a new collection difference with associations between individual
318
/// elements that have been removed and inserted only once.
319
///
320
- /// - Returns: An collection difference with all possible moves inferred.
+ /// - Returns: A collection difference with all possible moves inferred.
321
322
/// - Complexity: O(*n*) where *n* is the number of collection differences.
323
public func inferringMoves() -> CollectionDifference<ChangeElement> {
0 commit comments