From 65eb4e8d536e89ef818d64d050494a9c8ccbf1ab Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 16 May 2021 17:14:55 +1000 Subject: [PATCH] update comments --- Flow.Launcher.Plugin/IPublicAPI.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Flow.Launcher.Plugin/IPublicAPI.cs b/Flow.Launcher.Plugin/IPublicAPI.cs index 1395c7f2a..d9cdf5581 100644 --- a/Flow.Launcher.Plugin/IPublicAPI.cs +++ b/Flow.Launcher.Plugin/IPublicAPI.cs @@ -26,16 +26,16 @@ namespace Flow.Launcher.Plugin /// /// Restart Flow Launcher - /// void RestartApp(); /// - /// Saves everything, all of Flow Launcher and plugins' data and settings + /// Save everything, all of Flow Launcher and plugins' data and settings /// void SaveAppAllSettings(); /// - /// Save Flow's plugins settings + /// Save all Flow's plugins settings /// void SavePluginSettings();