Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Commit 172de65

Browse files
committed
Merge pull request #70 from hitherejoe/fix_readme_example
Correct README.md example
2 parents eed9c23 + 6f19298 commit 172de65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ try {
9494
db.insert("users", createUser("jw", "Jake Wharton"));
9595
db.insert("users", createUser("mattp", "Matt Precious"));
9696
db.insert("users", createUser("strong", "Alec Strong"));
97-
transaction.setSuccessful();
97+
transaction.markSuccessful();
9898
} finally {
9999
transaction.end();
100100
}

0 commit comments

Comments
 (0)