Skip to content

Commit 8307ab1

Browse files
Merge pull request dotnet#7398 from dotnet/eiriktsarpalis-patch-1
Add FIFO clarification in PriorityQueue docs
2 parents 309253e + e92c566 commit 8307ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
## Remarks
2828
29-
Implements an array-backed, quaternary min-heap. Each element is enqueued with an associated priority that determines the dequeue order. Elements with the lowest priority are dequeued first.
29+
Implements an array-backed, quaternary min-heap. Each element is enqueued with an associated priority that determines the dequeue order. Elements with the lowest priority are dequeued first. Note that the type does not guarantee first-in-first-out semantics for elements of equal priority.
3030
3131
]]></format>
3232
</remarks>

0 commit comments

Comments
 (0)