Skip to content

Commit

Permalink
Fix stuttering comma
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Dec 5, 2024
1 parent 211c4a7 commit 6dd6868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/mysql/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Sequence pool:
Sequence & integrate (DB integration starts here):

1. Takes a batch of entries to sequence and integrate
1. Starts a transaction, which first takes a write lock on the `TreeState`` row to ensure that:
1. Starts a transaction, which first takes a write lock on the `TreeState` row to ensure that:
1. No other processes will be competing with this work.
1. That the next index to sequence is known (this is the same as the current tree size)
1. Update the required TiledLeaves rows
Expand Down

0 comments on commit 6dd6868

Please sign in to comment.