Skip to content

Commit 95495ba

Browse files
authored
Update README.md
1 parent 03bbc6e commit 95495ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Roslyn generator that automatically sets up ReadOnly interfaces for annotated ty
1414

1515
I found myself really wanting to have IReadOnly versions of my types for type-safety, similar to what C# provides with IReadOnlyList, IReadOnlyDictionary, ReadOnlySpan, etc., and similar to what is possible in C++ with const. I started setting up these types manually, but this quickly grew out of hand and was hard to manage.
1616

17-
This library aims to provide this functionality without too much extra boilerplate.
17+
So instead, I opted to solve this via a source generator, which keeps things much simpler.
1818

1919
## Usage
2020

0 commit comments

Comments
 (0)