Skip to content

Commit 2f83ee2

Browse files
Merge pull request #7574 from NetMage/patch-7
Update SortedList`2.xml
2 parents 97d9f02 + edfab53 commit 2f83ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.Generic/SortedList`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@
14451445
<format type="text/markdown"><![CDATA[
14461446
14471447
## Remarks
1448-
This method performs a binary search; however, the elements are moved up to fill in the open spot, so this method is an O(`n`) operation, where `n` is <xref:System.Collections.Generic.SortedList%602.Count%2A>.
1448+
The elements are moved up to fill in the open spot, so this method is an O(`n`) operation, where `n` is <xref:System.Collections.Generic.SortedList%602.Count%2A>.
14491449
14501450
]]></format>
14511451
</remarks>

0 commit comments

Comments
 (0)