Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentH-Net committed Nov 10, 2022
1 parent b32f6d8 commit 3298f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Included in [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/Moder

The result pattern solves a common problem: it returns an object indicating success or failure of an operation instead of throwing exceptions (see [why](#why) below).

This implementation leverages [immutability to optimize performance](#immutability-and-performance). Even though it is fully tested (100% code coverage), Orleans.Results will remain in preview until Orleans 7 is GA.
This implementation leverages [immutability to optimize performance](#immutability-and-performance) and is fully tested (100% code coverage).

## Basic usage

Expand Down

0 comments on commit 3298f1e

Please sign in to comment.