Skip to content

Commit 500aba1

Browse files
authored
Update README.md
1 parent 5738e48 commit 500aba1

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
@@ -45,7 +45,7 @@ Example:
4545

4646
//Gets all samples in the database.
4747
var queryAllSamples = dh.Get<Sample>();
48-
//Gets all samples that have Data6 as the value of the SomeData property.
48+
//Gets all samples that have Data5 as the value of the SomeData property.
4949
var querySomeSamples = dh.Get<Sample>("SomeData","Data5");
5050

5151
//Removes some of the items in the database.

0 commit comments

Comments
 (0)