Skip to content

Commit e172615

Browse files
authored
lightning: fix a typo (#12124)
1 parent dcc0684 commit e172615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tidb-lightning/tidb-lightning-error-resolution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ In this example, a data source is prepared with some known errors.
198198
(54, 'fifty-four'), -- conflicts with the other 'fifty-four' below
199199
(77, 'seventy-seven'), -- the string is longer than 12 characters
200200
(600, 'six hundred'), -- the number overflows TINYINT
201-
(40, 'fourty'), -- conflicts with the other 40 above
201+
(40, 'forty'), -- conflicts with the other 40 above
202202
(42, 'fifty-four'); -- conflicts with the other 'fifty-four' above
203203
204204
EOF
@@ -307,7 +307,7 @@ In this example, a data source is prepared with some known errors.
307307
table_name: `example`.`t`
308308
index_name: PRIMARY
309309
key_data: 40
310-
row_data: (40, "fourty")
310+
row_data: (40, "forty")
311311
raw_key: 0x7480000000000000C15F728000000000000028
312312
raw_value: 0x800001000000020600666F75727479
313313
raw_handle: 0x7480000000000000C15F728000000000000028

0 commit comments

Comments
 (0)