Skip to content

Commit

Permalink
Merge pull request #40 from alexmaris/fix_documentation_sample
Browse files Browse the repository at this point in the history
Documentation - fix custom model code sample snipet
  • Loading branch information
xoofx authored Jun 26, 2022
2 parents dba86c1 + 09ebe67 commit e7b7629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class MyTable
{
public MyTable()
{
List = new List<int>();
ListOfIntegers = new List<int>();
}

public int Key { get; set; }
Expand Down

0 comments on commit e7b7629

Please sign in to comment.