Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepvinayak committed Jan 22, 2025
1 parent c8a11bd commit 6a57b2f
Show file tree
Hide file tree
Showing 4 changed files with 679 additions and 436 deletions.
2 changes: 1 addition & 1 deletion docstore/awsdynamodb/dynamo.go
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ func revisionPrecondition(doc driver.Document, revField string) (*expression.Con
return &cb, nil
}

// transactWrite execute the write actions in an atomic manner, either they all succeed or they all fail together.
// transactWrite executes the write actions atomically: either they all succeed or they all fail together.
func (c *collection) transactWrite(ctx context.Context, actions []*driver.Action, errs []error, opts *driver.RunActionsOptions) {
if len(actions) == 0 {
return
Expand Down
Loading

0 comments on commit 6a57b2f

Please sign in to comment.