Merge pull request #8320 from threewebcode/patch-2

fix: correct the typo [skip ci]
This commit is contained in:
Oliver Gugger 2024-01-03 14:07:41 +01:00 committed by GitHub
commit 82e2b4010b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ const (
)
// TxOptions represents a set of options one can use to control what type of
// database transaction is created. Transaction can wither be read or write.
// database transaction is created. Transaction can be either read or write.
type TxOptions interface {
// ReadOnly returns true if the transaction should be read only.
ReadOnly() bool