From 6b7252b43fbcce491768c9c5bf5b9aa7cc91e316 Mon Sep 17 00:00:00 2001 From: Julien Aspirot Date: Tue, 25 Jun 2024 11:19:11 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3fd9c620..5e908669 100644 --- a/README.md +++ b/README.md @@ -457,6 +457,7 @@ Console.WriteLine(failedToGetAFruit.Error); // "There was no fruit to give" #### ToUnitResult Use case: Representing the lack of an inner value in a Maybe as a failed operation, if an Error is provided + Use case: Representing the presence of an inner value in a Maybe as a failed operation **Note**: See `UnitResult` section below