Skip to content

Commit e926e48

Browse files
fix typo
1 parent d951b9c commit e926e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type deferredAction =
4444
| LogIncrement
4545
| LogDecrement
4646
47-
// Because of implementation details related on how we clean up the side effects, we need to provide a way to identify each the deferred action. In other words, deferred actions must have a unique identifier.
47+
// Because of implementation details related on how we clean up the side effects, we need to provide a way to identify each deferred action. In other words, deferred actions, must have a unique identifier.
4848
module DeferredAction: Restate.HasDeferredAction with type t = deferredAction = {
4949
type t = deferredAction
5050
let variantId = action =>

0 commit comments

Comments
 (0)