Skip to content

Commit

Permalink
Merge pull request #52 from Tightdb/restore_tutorial
Browse files Browse the repository at this point in the history
Restoring tutorial
  • Loading branch information
Kenneth Geisshirt committed Mar 7, 2014
2 parents 8a91d5f + 189d33d commit cee5f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iOSTutorial/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void tableFunc() {

// @@Example: updating_entire_row @@
// (TODO: a curser should be used here) [people setAtIndex:4 Name:"Eric" Age:50 Hired:YES];
// @EndExample@@
// @@EndExample@@

// @@Example: deleting_row @@
[people removeRowAtIndex:2];
Expand Down
1 change: 1 addition & 0 deletions examples/tutorial.m

0 comments on commit cee5f51

Please sign in to comment.