Skip to content

Commit

Permalink
befoire i forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Snel committed Jul 29, 2023
1 parent 01ee7ab commit 8337180
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 @@ -107,7 +107,7 @@ using EpicEnums;

namespace SampleApp.NotVegetables;

public partial record Fruits : EpicEnum<Fruit>
public partial record Fruits : EpicEnum<Fruit> // It is very important that this is a partial record
{
public static Fruit Apple { get; } = new() { Name = "Apple", Description = "A red fruit", LikeAble = true };
public static Fruit Banana { get; } = new() { Name = "Banana", Description = "A yellow fruit", LikeAble = true };
Expand Down

0 comments on commit 8337180

Please sign in to comment.