fix comment of database.Tx to match code

This commit is contained in:
Yash Bhutwala 2019-06-25 19:57:39 -04:00 committed by John C. Vernaleo
parent 0c76fbd26f
commit 318c89dfed

View file

@ -950,7 +950,7 @@ type pendingBlock struct {
} }
// transaction represents a database transaction. It can either be read-only or // transaction represents a database transaction. It can either be read-only or
// read-write and implements the database.Bucket interface. The transaction // read-write and implements the database.Tx interface. The transaction
// provides a root bucket against which all read and writes occur. // provides a root bucket against which all read and writes occur.
type transaction struct { type transaction struct {
managed bool // Is the transaction managed? managed bool // Is the transaction managed?