Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing text from OrderedDictionary<TKey, TValue> section #42664

Closed
RichardD2 opened this issue Sep 19, 2024 · 0 comments · Fixed by #42868
Closed

Missing text from OrderedDictionary<TKey, TValue> section #42664

RichardD2 opened this issue Sep 19, 2024 · 0 comments · Fixed by #42868
Assignees
Labels
dotnet-fundamentals/svc in-pr This issue will be closed (fixed) by an active pull request. Pri2 📌 seQUESTered Identifies that an issue has been imported into Quest. ⌚ Not Triaged Not triaged

Comments

@RichardD2
Copy link

RichardD2 commented Sep 19, 2024

Type of issue

Typo

Description

There seems to be some missing text in this section:

Since the early days of .NET, the OrderedDictionary type has supported this scenario, but only in a non-generic manner, with keys and values typed as OrderedDictionary<TKey,TValue> collection, which provides an efficient, generic type to support these scenarios.

That should presumably read something like "with keys and values typed as object. .NET 9 introduces the new `OrderedDictionary<TKey, TValue> collection".

Page URL

https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/libraries

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/whats-new/dotnet-9/libraries.md

Document Version Independent Id

0c8c7059-86a1-e5df-32e6-fae6fdc5cae0

Article author

@gewarren

Metadata

  • ID: 7c184200-3411-aa5b-ba3f-0b4a3ce0f589
  • Service: dotnet-fundamentals

Associated WorkItem - 322616

@dotnet-bot dotnet-bot added ⌚ Not Triaged Not triaged labels Sep 19, 2024
@gewarren gewarren self-assigned this Oct 7, 2024
@gewarren gewarren added the 🗺️ reQUEST Triggers an issue to be imported into Quest. label Oct 7, 2024
@dotnet-policy-service dotnet-policy-service bot added the in-pr This issue will be closed (fixed) by an active pull request. label Oct 8, 2024
@sequestor sequestor bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-fundamentals/svc in-pr This issue will be closed (fixed) by an active pull request. Pri2 📌 seQUESTered Identifies that an issue has been imported into Quest. ⌚ Not Triaged Not triaged
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants