Skip to content

Commit 4749ca2

Browse files
committed
Improve code comments
1 parent aaadf16 commit 4749ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Flow.Launcher.Plugin/Interfaces/ISavable.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
namespace Flow.Launcher.Plugin
22
{
33
/// <summary>
4-
/// Inherit this interface if additional data.
5-
/// If you need to save data which is not a setting or cache,
4+
/// Inherit this interface if you need to save additional data which is not a setting or cache,
65
/// please implement this interface.
76
/// </summary>
87
/// <remarks>

0 commit comments

Comments
 (0)