We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cac9a8 commit 709b25bCopy full SHA for 709b25b
README.md
@@ -405,7 +405,7 @@ var result2 = Result.Fail("Operation failed")
405
.Log<MyLoggerContext>("More info about the result");
406
```
407
408
-You can also log results only on successes ou failures:
+You can also log results only on successes or failures:
409
410
```csharp
411
Result<int> result = DoSomething();
0 commit comments