Skip to content

Commit

Permalink
Update src/Orleans.Core.Abstractions/Core/IStorage.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Reuben Bond <[email protected]>
  • Loading branch information
Chris-Eckhardt and ReubenBond authored Jan 28, 2025
1 parent 132b75a commit 8f10eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orleans.Core.Abstractions/Core/IStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public interface IStorage
Task WriteStateAsync(CancellationToken cancellationToken) => WriteStateAsync();

/// <summary>
/// (Optional) Reads grain state from storage.
/// Reads grain state from storage.
/// </summary>
/// <param name="cancellationToken"></param>
/// <remarks>
Expand Down

0 comments on commit 8f10eef

Please sign in to comment.