We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a580a commit 16dc41cCopy full SHA for 16dc41c
README.md
@@ -4,7 +4,7 @@
4
5
Enum.Ext provides a `TypeSafeEnum` that has a bunch of advantages compared to the normal .NET `Enum` value type.
6
7
-For example is it possible, to store additional information directly with the enum. You are also able to
+For example is it possible to store additional information directly with the enum. You are also able to
8
query an enum based on the information stored with it.
9
10
There is also a Json-Serializer Implemented, so you dont have to cast from DTOs manually.
0 commit comments