You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Collections.Immutable/ImmutableList`1+Builder.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2349,7 +2349,7 @@ This member is an explicit interface member implementation. It can be used only
2349
2349
<formattype="text/markdown"><![CDATA[
2350
2350
2351
2351
## Remarks
2352
-
This method is an O(n) operation and approaches O(1) time as the number of actual mutations to the set since the last call to this method approaches 0.
2352
+
This method is an O(n) operation and approaches O(log n) time as the number of actual mutations to the set since the last call to this method approaches 0.
0 commit comments