From 67cb27f416446359017e5781d4437cdeff5701eb Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 1 Apr 2026 14:46:12 +0800 Subject: [PATCH] fix typo "excute" (#21488) --- optimistic-transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimistic-transaction.md b/optimistic-transaction.md index ac795e21f60c..372be5149f6b 100644 --- a/optimistic-transaction.md +++ b/optimistic-transaction.md @@ -30,7 +30,7 @@ sequenceDiagram client->>TiDB: begin TiDB->>PD: get ts as start_ts - loop excute SQL + loop execute SQL alt do read TiDB->>PD: get region from PD or cache TiDB->>TiKV: get data from TiKV or cache with start_ts