Skip to content

Commit

Permalink
Merge pull request #1726 from josephschorr/typo-fix
Browse files Browse the repository at this point in the history
Fix typo in datastore
  • Loading branch information
josephschorr authored Jan 30, 2024
2 parents 41323e9 + b55098c commit d44c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ type Datastore interface {
// Any errors establishing the reader will be returned by subsequent calls.
SnapshotReader(Revision) Reader

// ReadWriteTx tarts a read/write transaction, which will be committed if no error is
// ReadWriteTx starts a read/write transaction, which will be committed if no error is
// returned and rolled back if an error is returned.
ReadWriteTx(context.Context, TxUserFunc, ...options.RWTOptionsOption) (Revision, error)

Expand Down

0 comments on commit d44c24a

Please sign in to comment.