diff --git a/store/v2/db/pebbledb.go b/store/v2/db/pebbledb.go index e6f4d67a97bd..f5a07c19f297 100644 --- a/store/v2/db/pebbledb.go +++ b/store/v2/db/pebbledb.go @@ -18,7 +18,7 @@ import ( var _ corestore.KVStoreWithBatch = (*PebbleDB)(nil) // PebbleDB implements `corestore.KVStoreWithBatch` using PebbleDB as the underlying storage engine. -// It is used for only store v2 migration, since some clients use PebbleDB as +// It is used only for store v2 migration, since some clients use PebbleDB as // the IAVL v0/v1 backend. type PebbleDB struct { storage *pebble.DB