Skip to content

Commit 16dc41c

Browse files
authored
Update README.md
1 parent 46a580a commit 16dc41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Enum.Ext provides a `TypeSafeEnum` that has a bunch of advantages compared to the normal .NET `Enum` value type.
66

7-
For example is it possible, to store additional information directly with the enum. You are also able to
7+
For example is it possible to store additional information directly with the enum. You are also able to
88
query an enum based on the information stored with it.
99

1010
There is also a Json-Serializer Implemented, so you dont have to cast from DTOs manually.

0 commit comments

Comments
 (0)