Skip to content

Commit ecc89c1

Browse files
committed
fix wording
1 parent 967c03a commit ecc89c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SQLiteCpp/Transaction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum class TransactionBehavior {
3838
* or if it fails, all the changes are rolled back to the initial state.
3939
*
4040
* Resource Acquisition Is Initialization (RAII) means that the Transaction
41-
* begins in the constructor and is rollbacked in the destructor, so that there is
41+
* begins in the constructor and is rolled back in the destructor (unless comitted before), so that there is
4242
* no need to worry about memory management or the validity of the underlying SQLite Connection.
4343
*
4444
* This method also offers big performances improvements compared to individually executed statements.

0 commit comments

Comments
 (0)