Skip to content

Commit 6ffd090

Browse files
committed
Fix comment
1 parent 177e6cd commit 6ffd090

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/Cards/3.13.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ const new_content = [
2323
// To add a link, use the format ['link1', 'link2']
2424
// To add a label, use the format ['label1', 'label2']
2525
{
26-
cell: 0, // Third cell
26+
cell: 0, // First cell
2727
links: ['api-guide#group-commit-for-the-coordinator-table'],
2828
labels: ['Group commit for the Coordinator table']
2929
},
3030
{
31-
cell: 1, // First cell
31+
cell: 1, // Second cell
3232
links: ['run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations'],
3333
labels: ['Configure ScalarDB to run non-transactional storage operations']
3434
},
3535
{
36-
cell: 2, // Second cell
36+
cell: 2, // Third cell
3737
links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations'],
3838
labels: ['Configure ScalarDB Cluster to run non-transactional storage operations']
3939
}

src/components/Cards/ja-jp/3.13.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ const new_content = [
2323
// To add a link, use the format ['link1', 'link2']
2424
// To add a label, use the format ['label1', 'label2']
2525
{
26-
cell: 0, // Third cell
26+
cell: 0, // First cell
2727
links: ['api-guide#coordinator-テーブルのグループコミット'],
2828
labels: ['Coordinator テーブルのグループコミット']
2929
},
3030
{
31-
cell: 1, // First cell
31+
cell: 1, // Second cell
3232
links: ['run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations'],
3333
labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB の設定']
3434
},
3535
{
36-
cell: 2, // Second cell
36+
cell: 2, // Third cell
3737
links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations'],
3838
labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB Cluster の設定']
3939
}

0 commit comments

Comments
 (0)