File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Flow.Launcher.Infrastructure/Storage
Flow.Launcher.Plugin/Interfaces Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ namespace Flow.Launcher.Infrastructure.Storage
1515 /// Normally, it has better performance, but not readable
1616 /// </summary>
1717 /// <remarks>
18- /// It utilize MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
18+ /// It utilizes MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
1919 /// </remarks>
2020 public class BinaryStorage < T > : ISavable
2121 {
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ public interface IPublicAPI
380380 /// <param name="cacheDirectory">Cache directory from plugin metadata</param>
381381 /// <returns></returns>
382382 /// <remarks>
383- /// BinaryStorage utilize MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
383+ /// BinaryStorage utilizes MemoryPack, which means the object must be MemoryPackSerializable <see href="https://github.com/Cysharp/MemoryPack"/>
384384 /// </remarks>
385385 Task SaveCacheBinaryStorageAsync < T > ( string cacheName , string cacheDirectory ) where T : new ( ) ;
386386
You can’t perform that action at this time.
0 commit comments