Skip to content

Commit 864d4e5

Browse files
fix typo in sqlite.go
1 parent 1ea1e1c commit 864d4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopdb/sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ func (b *BaseDB) FixFaultyTimestamps(ctx context.Context) error {
294294
}
295295

296296
// TxOptions represents a set of options one can use to control what type of
297-
// database transaction is created. Transaction can wither be read or write.
297+
// database transaction is created. Transaction can whether be read or write.
298298
type TxOptions interface {
299299
// ReadOnly returns true if the transaction should be read only.
300300
ReadOnly() bool

0 commit comments

Comments
 (0)