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

Remove backslash before < #39107

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/fundamentals/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ items:
items:
- name: Nullable class
href: runtime-libraries/system-nullable.md
- name: Nullable\<T> class
- name: Nullable<T> class
href: runtime-libraries/system-nullable{t}.md
- name: Generic types
items:
Expand Down Expand Up @@ -283,11 +283,11 @@ items:
href: ../standard/collections/thread-safe/index.md?toc=/dotnet/fundamentals/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: Supplemental API remarks
items:
- name: HashSet\<T> class
- name: HashSet<T> class
href: runtime-libraries/system-collections-generic-hashset{t}.md
- name: List\<T> class
- name: List<T> class
href: runtime-libraries/system-collections-generic-list{t}.md
- name: ObservableCollection\<T> class
- name: ObservableCollection<T> class
href: runtime-libraries/system-collections-objectmodel-observablecollection{t}.md
- name: Delegates and lambdas
href: ../standard/delegates-lambdas.md
Expand Down Expand Up @@ -469,7 +469,7 @@ items:
href: ../standard/memory-and-spans/memory-t-usage-guidelines.md
- name: Supplemental API remarks
items:
- name: Span\<T> struct
- name: Span<T> struct
href: runtime-libraries/system-span{t}.md
- name: SIMD-enabled types
href: ../standard/simd.md
Expand Down
Loading