From 3c3edf23dacbc391e3f4d21cdcef2f419e53976b Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Thu, 7 Dec 2017 19:30:40 -0800 Subject: [PATCH] Fix comment text. --- .../Implementation/Experimentation/KeybindingResetDetector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs b/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs index f5cbaeabcc7..427ba22cb25 100644 --- a/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs +++ b/src/VisualStudio/Core/Def/Implementation/Experimentation/KeybindingResetDetector.cs @@ -303,7 +303,7 @@ private void NeverShowAgain() _workspace.Options = _workspace.Options.WithChangedOption(KeybindingResetOptions.NeverShowAgain, true); KeybindingsResetLogger.Log("NeverShowAgain"); - // The only external references to this object are as callbacks, which are removed by the dispose method. + // The only external references to this object are as callbacks, which are removed by the Shutdown method. Shutdown(); } -- GitLab