Skip to content

Commit 3063578

Browse files
richthorntonChoc13
andauthored
Update src/Winton.DomainModelling.Abstractions/AsyncResultExtensions.cs
Co-Authored-By: Choc13 <matthew.thornton13@gmail.com>
1 parent 861bc7d commit 3063578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Winton.DomainModelling.Abstractions/AsyncResultExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static async Task<Result<TNewData>> Then<TData, TNewData>(
5050
/// </summary>
5151
/// <remarks>
5252
/// If this result is a failure then this is a no-op and the original failure is retained.
53-
/// This is useful form chaining serial operations together that return results.
53+
/// This is useful for chaining serial operations together that return results.
5454
/// </remarks>
5555
/// <typeparam name="TData">
5656
/// The type of data encapsulated by the result.

0 commit comments

Comments
 (0)