Skip to content

Commit

Permalink
Update typescript/patterns/src/single_writer_concurrency.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Farghal <[email protected]>
  • Loading branch information
StephanEwen and AhmedSoliman authored Dec 4, 2023
1 parent 32697ba commit f9b11df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/patterns/src/single_writer_concurrency.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as restate from "@restatedev/restate-sdk";

// ----------------- -----------------
// Single-write concurrency
// Single-writer concurrency
// ----------------- -----------------
//
// The single-writer pattern ensures that for a specific entity, only a single
Expand Down

0 comments on commit f9b11df

Please sign in to comment.