Skip to content

Commit 74e0206

Browse files
committed
Update api_list.include.md
1 parent 3c20b2e commit 74e0206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api_list.include.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@
806806
* Note: No-op on older targets; the BCL grows the backing storage.
807807
* `void TrimExcess<T>(int)` [reference](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trimexcess?view=net-11.0#system-collections-generic-queue-1-trimexcess(system-int32))
808808
* Note: No-op on older targets; the BCL shrinks the backing storage.
809-
* `bool TryPeek<T>(T)` [reference](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trypeek?view=net-11.0)
810809
* `bool TryDequeue<T>(T)` [reference](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trydequeue?view=net-11.0)
810+
* `bool TryPeek<T>(T)` [reference](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trypeek?view=net-11.0)
811811

812812

813813
#### Random

0 commit comments

Comments
 (0)