Update Comment

This commit is contained in:
弘韬 张 2021-05-16 15:11:29 +08:00
parent 20ba2b2d23
commit baceb8c5c0

View file

@ -180,7 +180,7 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// Save JsonStorage for current plugin's setting. This is the method used to save settings to json in Flow.Launcher
/// This method will save the original instance loaded with LoadJsonStorage.
/// This API call is for manually Save. Flow will automatically save all setting that has registered.
/// This API call is for manually Save. Flow will automatically save all setting type that has called LoadSettingJsonStorage or SaveSettingJsonStorage previously.
/// </summary>
/// <typeparam name="T">Type for Serialization</typeparam>
/// <returns></returns>