Skip to content

Commit dea26c6

Browse files
committed
Update Comment
1 parent dc36633 commit dea26c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher.Plugin/IPublicAPI.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ public interface IPublicAPI
165165
void LogException(string className, string message, Exception e, [CallerMemberName] string methodName = "");
166166

167167
/// <summary>
168-
/// Load JsonStorage for current plugin. This is the method used to load settings from json in Flow
168+
/// Load JsonStorage for current plugin. This is the method used to load settings from json in Flow.
169+
/// When the file is not exist, it will create a new instance for the specific type.
169170
/// </summary>
170171
/// <typeparam name="T">Type for deserialization</typeparam>
171172
/// <returns></returns>

0 commit comments

Comments
 (0)