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
15
15
/// Normally, it has better performance, but not readable
16
16
/// </summary>
17
17
/// <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"/>
19
19
/// </remarks>
20
20
public class BinaryStorage < T > : ISavable
21
21
{
Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ public interface IPublicAPI
380
380
/// <param name="cacheDirectory">Cache directory from plugin metadata</param>
381
381
/// <returns></returns>
382
382
/// <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"/>
384
384
/// </remarks>
385
385
Task SaveCacheBinaryStorageAsync < T > ( string cacheName , string cacheDirectory ) where T : new ( ) ;
386
386
You can’t perform that action at this time.
0 commit comments