Skip to content

Commit 0159e65

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 197f2a1 + af7f6bf commit 0159e65

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
@@ -321,7 +321,7 @@ dbHelper.addColumnForTable(new DbColumns("ID", new String[]{"integer", "primary
321321
**Inserting Records**
322322
// this is an example for inserting records
323323
dbHelper.addDataForTable(new DbData("age" /*this is the name of the column*/, 26 /*data for that column*/))
324-
.insertData("TABLE_NAME");'
324+
.insertData("TABLE_NAME");
325325

326326
>**Getting all records directly into you model class:**
327327

0 commit comments

Comments
 (0)