Skip to content

Commit

Permalink
Fix typo in TestUtilities.swift (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 authored Feb 17, 2024
1 parent 9e3900b commit 82ee335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SwiftAlgorithmsTests/TestUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ extension IndexValidator {
/// - expectedCount:
///
/// - Complexity: O(*n*^3) where *n* is the length of the collection if the
/// collection conforms to `RandomAccesCollection`, otherwise O(*n*^4).
/// collection conforms to `RandomAccessCollection`, otherwise O(*n*^4).
func validate(
_ collection: C,
expectedCount: Int? = nil,
Expand Down

0 comments on commit 82ee335

Please sign in to comment.