Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Shahzad Lone <[email protected]>
  • Loading branch information
fredcarle and shahzadlone committed Jun 17, 2024
1 parent 749499b commit f0ab512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/memory/txn.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (t *basicTxn) checkForConflicts(ctx context.Context) error {
for iter.Next() {
item := iter.Item()
if !item.isGet {
// Conflict should only ocure if an item has been updated
// Conflict should only occur if an item has been updated
// after we've read it within the transaction.
continue
}
Expand Down

0 comments on commit f0ab512

Please sign in to comment.