Skip to content

Commit 86c9784

Browse files
authored
Update SortedSet`1.xml (#10977)
Correct upper bount for ExceptWith.
1 parent c294b16 commit 86c9784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Generic/SortedSet`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
## Remarks
10751075
This method removes any element in the current <xref:System.Collections.Generic.SortedSet%601> that is also in `other`. Duplicate values in `other` are ignored.
10761076
1077-
This method is an `O(n)` operation, where `n` is the number of elements in the `other` parameter.
1077+
This method is an `O(n log m)` operation, where `m` is <xref:System.Collections.Generic.SortedSet%601.Count%2A> and `n` is the number of elements in `other`.
10781078
10791079
10801080

0 commit comments

Comments
 (0)