Skip to content

Commit

Permalink
Update typescript/patterns/src/xa_transactions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Till Rohrmann <[email protected]>
  • Loading branch information
StephanEwen and tillrohrmann authored Dec 4, 2023
1 parent f0f143d commit 64cf1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/patterns/src/xa_transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { randomUUID } from "crypto";
// commit according to vote

// In principle, the operation is as simple as
// (1) sideEffect: (exequte query, prepare transaction under ID, return ID from sideEffect).
// (1) sideEffect: (execute query, prepare transaction under ID, return ID from sideEffect).
// This side effect commits once, to a single ID is stored in Restate for
// committing.
// (2) sideEffect: commit the prepared transaction
Expand Down

0 comments on commit 64cf1fa

Please sign in to comment.