Skip to content

Commit

Permalink
Merge pull request #1155 from maplefater/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme.md
  • Loading branch information
fnc12 authored Jun 8, 2023
2 parents b67215f + ece9545 commit 22546ca
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 22546ca

Please sign in to comment.