Improve code comments

This commit is contained in:
Jack251970 2025-04-08 19:33:48 +08:00
parent aaadf16777
commit 4749ca208a

View file

@ -1,8 +1,7 @@
namespace Flow.Launcher.Plugin
{
/// <summary>
/// Inherit this interface if additional data.
/// If you need to save data which is not a setting or cache,
/// Inherit this interface if you need to save additional data which is not a setting or cache,
/// please implement this interface.
/// </summary>
/// <remarks>