Skip to content

Commit

Permalink
fix typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maplefater authored Mar 14, 2023
1 parent f4af812 commit ece9545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ storage.transaction([&] () mutable { // mutable keyword allows make non-cons

The second way guarantees that `commit` or `rollback` will be called. You can use either way.

Trancations are useful with `changes` sqlite function that returns number of rows modified.
Transactions are useful with `changes` sqlite function that returns number of rows modified.

```c++
storage.transaction([&] () mutable {
Expand Down

0 comments on commit ece9545

Please sign in to comment.