From 6f2a01b4a2a4716eb56fe79ab89cf3168a0f47e3 Mon Sep 17 00:00:00 2001 From: David Pine Date: Mon, 20 Apr 2020 14:05:08 -0500 Subject: [PATCH] Remove extraneous close parenthesis --- docs/core/diagnostics/debug-memory-leak.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/core/diagnostics/debug-memory-leak.md b/docs/core/diagnostics/debug-memory-leak.md index 222be6cb470fa..267e4ae4bddad 100644 --- a/docs/core/diagnostics/debug-memory-leak.md +++ b/docs/core/diagnostics/debug-memory-leak.md @@ -2,7 +2,7 @@ title: Debug a memory leak tutorial description: Learn how to debug a memory leak in .NET Core. ms.topic: tutorial -ms.date: 12/17/2019 +ms.date: 04/20/2020 --- # Tutorial: Debug a memory leak in .NET Core @@ -131,7 +131,7 @@ In this tutorial, you're now done with the [Sample debug target](https://docs.mi ### Analyze the core dump -Now that you have a core dump generated, use the [dotnet-dump)](dotnet-dump.md) tool to analyze the dump: +Now that you have a core dump generated, use the [dotnet-dump](dotnet-dump.md) tool to analyze the dump: ```dotnetcli dotnet-dump analyze core_20190430_185145