Skip to content

Commit aaadf16

Browse files
Jack251970Copilot
andauthored
Fix typos
Co-authored-by: Copilot <[email protected]>
1 parent 4c4a6c0 commit aaadf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public interface IPublicAPI
366366
/// <param name="defaultData">Default data to return</param>
367367
/// <returns></returns>
368368
/// <remarks>
369-
/// BinaryStorage utilize MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
369+
/// BinaryStorage utilizes MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
370370
/// </remarks>
371371
Task<T> LoadCacheBinaryStorageAsync<T>(string cacheName, string cacheDirectory, T defaultData) where T : new();
372372

0 commit comments

Comments
 (0)