From baceb8c5c0ec906e873016df821f0e06caad80e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=98=E9=9F=AC=20=E5=BC=A0?= Date: Sun, 16 May 2021 15:11:29 +0800 Subject: [PATCH] Update Comment --- Flow.Launcher.Plugin/IPublicAPI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index c9f11555d..ba458651d 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -180,7 +180,7 @@ namespace Flow.Launcher.Plugin /// /// Save JsonStorage for current plugin's setting. This is the method used to save settings to json in Flow.Launcher /// This method will save the original instance loaded with LoadJsonStorage. - /// This API call is for manually Save. Flow will automatically save all setting that has registered. + /// This API call is for manually Save. Flow will automatically save all setting type that has called LoadSettingJsonStorage or SaveSettingJsonStorage previously. /// /// Type for Serialization ///