Skip to content

Commit

Permalink
Remove backslash before < (#39107)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Jan 12, 2024
1 parent 548fc33 commit 1d022c8
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 1d022c8

Please sign in to comment.