From 54e7652084245900e06c4513a1c6926ae13cf3b3 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Tue, 8 Apr 2025 17:22:32 +0800 Subject: [PATCH] Fix see cref issue --- Flow.Launcher.Core/Storage/IRemovable.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher.Core/Storage/IRemovable.cs b/Flow.Launcher.Core/Storage/IRemovable.cs index fc34395e0..bcf1cdd5e 100644 --- a/Flow.Launcher.Core/Storage/IRemovable.cs +++ b/Flow.Launcher.Core/Storage/IRemovable.cs @@ -1,18 +1,18 @@ namespace Flow.Launcher.Core.Storage; /// -/// Remove storage instances from instance +/// Remove storage instances from instance /// public interface IRemovable { /// - /// Remove all instances of one plugin + /// Remove all instances of one plugin /// /// public void RemovePluginSettings(string assemblyName); /// - /// Remove all instances of one plugin + /// Remove all instances of one plugin /// /// public void RemovePluginCaches(string cacheDirectory);