Skip to content

Commit

Permalink
Update IdExamples.cs (#1892)
Browse files Browse the repository at this point in the history
Invoide -> Invoice misspelling fix.
  • Loading branch information
khalidabuhakmeh authored Sep 20, 2021
1 parent d2cf939 commit 683a8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Marten.Testing/Examples/IdExamples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Category
public Guid Id;
}

public class Invoide
public class Invoice
{
// int's and long's can be the Id
// "id" is accepted
Expand Down

0 comments on commit 683a8d6

Please sign in to comment.