Skip to content

Commit 82ee335

Browse files
authored
Fix typo in TestUtilities.swift (#223)
1 parent 9e3900b commit 82ee335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftAlgorithmsTests/TestUtilities.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ extension IndexValidator {
216216
/// - expectedCount:
217217
///
218218
/// - Complexity: O(*n*^3) where *n* is the length of the collection if the
219-
/// collection conforms to `RandomAccesCollection`, otherwise O(*n*^4).
219+
/// collection conforms to `RandomAccessCollection`, otherwise O(*n*^4).
220220
func validate(
221221
_ collection: C,
222222
expectedCount: Int? = nil,

0 commit comments

Comments
 (0)