Skip to content

Commit e1429dd

Browse files
lorenteyglessard
andauthored
Update stdlib/public/core/Sequence.swift
Co-authored-by: Guillaume Lessard <[email protected]>
1 parent 9fc062e commit e1429dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Sequence.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ public protocol Sequence<Element> {
378378
/// or not the item is an element of this sequence.
379379
///
380380
/// - Complexity: If this function returns `nil`, it must do so in constant
381-
/// time. If this returns non-`nil`, then it must have better than linear
382-
/// complexity.
381+
/// (O(1)) time. If this returns non-`nil`, then it must have better than linear
382+
/// (O(*n*)) complexity.
383383
func _customContainsEquatableElement(
384384
_ element: Element
385385
) -> Bool?

0 commit comments

Comments
 (0)