Skip to content

Commit afcf4b6

Browse files
zntfdrnatecook1000
authored andcommitted
fix documentation typo (#25061)
1 parent a042112 commit afcf4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)