Skip to content

Commit 709b25b

Browse files
committed
fix: small typo
1 parent 9cac9a8 commit 709b25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ var result2 = Result.Fail("Operation failed")
405405
.Log<MyLoggerContext>("More info about the result");
406406
```
407407

408-
You can also log results only on successes ou failures:
408+
You can also log results only on successes or failures:
409409

410410
```csharp
411411
Result<int> result = DoSomething();

0 commit comments

Comments
 (0)