Skip to content

Commit b903383

Browse files
authored
Merge pull request #10979 from dotnet/main
Merge main into live
2 parents 8743b7d + 86c9784 commit b903383

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)