Skip to content

Commit 653b833

Browse files
committed
Fix typos
1 parent 2ff09cf commit 653b833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Flow.Launcher.Infrastructure/Storage/BinaryStorage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)