From ece9545ace747c7ab0015dc29e67a9ee5d212d80 Mon Sep 17 00:00:00 2001 From: maplefater <602795977@qq.com> Date: Tue, 14 Mar 2023 16:32:14 +0800 Subject: [PATCH] fix typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fbe23488..8dea9b25a 100644 --- a/README.md +++ b/README.md @@ -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 {