Skip to content

Commit 016ead1

Browse files
committed
Fixed typo
1 parent 597b16c commit 016ead1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tpcc.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function event()
3838
trx="new_order"
3939
elseif trx_type <= 20 then
4040
trx="payment"
41-
elseif trx_type" <= 21 then
42-
trx="orderstatus
41+
elseif trx_type <= 21 then
42+
trx="orderstatus"
4343
elseif trx_type <= 22 then
4444
trx="delivery"
4545
elseif trx_type <= 23 then

0 commit comments

Comments
 (0)