Skip to content

Commit baceb8c

Browse files
committed
Update Comment
1 parent 20ba2b2 commit baceb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public interface IPublicAPI
180180
/// <summary>
181181
/// Save JsonStorage for current plugin's setting. This is the method used to save settings to json in Flow.Launcher
182182
/// This method will save the original instance loaded with LoadJsonStorage.
183-
/// This API call is for manually Save. Flow will automatically save all setting that has registered.
183+
/// This API call is for manually Save. Flow will automatically save all setting type that has called LoadSettingJsonStorage or SaveSettingJsonStorage previously.
184184
/// </summary>
185185
/// <typeparam name="T">Type for Serialization</typeparam>
186186
/// <returns></returns>

0 commit comments

Comments
 (0)