Skip to content

Commit 2548612

Browse files
authored
Fix grammar typos (#7022)
1 parent dad796a commit 2548612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/profiling/memory-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ To analyze memory usage, click one of the links that opens up a detailed report
105105
The report appears in a separate window.
106106

107107
### Managed types reports
108-
Choose the current link of a **Objects (Diff)** or **Allocations (Diff)** cell in the Memory Usage summary table.
108+
Choose the current link of an **Objects (Diff)** or **Allocations (Diff)** cell in the Memory Usage summary table.
109109

110110
![Debugger managed type report - Paths to Root](../profiling/media/dbgdiag_mem_managedtypesreport_pathstoroot.png "DBGDIAG_MEM_ManagedTypesReport_PathsToRoot")
111111

@@ -124,7 +124,7 @@ To analyze memory usage, click one of the links that opens up a detailed report
124124
The **Instances** view displays the instances of the selected object in the snapshot in the upper pane. The **Paths to Root** and **Referenced Objects** pane displays the objects that reference the selected instance and the types that the selected instance references. When the debugger is stopped at the point where the snapshot was taken, you can hover over the **Value** cell to display the values of the object in a tool tip.
125125

126126
### Native type reports
127-
Choose the current link of a **Allocations (Diff)** or **Heap Size (Diff)** cell in the Memory Usage summary table of the **Diagnostic Tools** window.
127+
Choose the current link of an **Allocations (Diff)** or **Heap Size (Diff)** cell in the Memory Usage summary table of the **Diagnostic Tools** window.
128128

129129
![Native Type View](../profiling/media/dbgdiag_mem_native_typesview.png "DBGDIAG_MEM_Native_TypesView")
130130

0 commit comments

Comments
 (0)