Skip to content

Commit 8c3b7a7

Browse files
authored
Apply suggestions from code review
1 parent 36c150a commit 8c3b7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/diagnostics/dotnet-dump.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ dotnet-dump collect [-h|--help] [-p|--process-id] [-n|--name] [--type] [-o|--out
9494

9595
- `Full` - The largest dump containing all memory including the module images.
9696
- `Heap` - A large and relatively comprehensive dump containing module lists, thread lists, all stacks, exception information, handle information, and all memory except for mapped images.
97-
- `Mini` - A small dump containing module lists, thread lists, exception information and all stacks.
98-
- `Triage` - A small dump containing module lists, thread lists, exception information, all stacks and PII removed.
97+
- `Mini` - A small dump containing module lists, thread lists, exception information, and all stacks.
98+
- `Triage` - A small dump containing module lists, thread lists, exception information, all stacks, and PII removed.
9999

100100
If not specified, `Full` is the default.
101101

0 commit comments

Comments
 (0)