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 9e3900b commit 82ee335Copy full SHA for 82ee335
Tests/SwiftAlgorithmsTests/TestUtilities.swift
@@ -216,7 +216,7 @@ extension IndexValidator {
216
/// - expectedCount:
217
///
218
/// - Complexity: O(*n*^3) where *n* is the length of the collection if the
219
- /// collection conforms to `RandomAccesCollection`, otherwise O(*n*^4).
+ /// collection conforms to `RandomAccessCollection`, otherwise O(*n*^4).
220
func validate(
221
_ collection: C,
222
expectedCount: Int? = nil,
0 commit comments