Skip to content

Commit 65eb4e8

Browse files
authored
update comments
1 parent e565022 commit 65eb4e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher.Plugin/IPublicAPI.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ public interface IPublicAPI
2626

2727
/// <summary>
2828
/// Restart Flow Launcher
29-
/// </summar
29+
/// </summary>
3030
void RestartApp();
3131

3232
/// <summary>
33-
/// Saves everything, all of Flow Launcher and plugins' data and settings
33+
/// Save everything, all of Flow Launcher and plugins' data and settings
3434
/// </summary>
3535
void SaveAppAllSettings();
3636

3737
/// <summary>
38-
/// Save Flow's plugins settings
38+
/// Save all Flow's plugins settings
3939
/// </summary>
4040
void SavePluginSettings();
4141

0 commit comments

Comments
 (0)