doc(core/rawdb): fix outdated comment (#134)

Missed in earlier PR:
https://github.com/ava-labs/libevm/pull/132#discussion_r1952593121

Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com>
This commit is contained in:
Arran Schlosberg 2025-02-12 17:41:41 +00:00 committed by GitHub
parent 0c905680f3
commit c78db425b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,9 +21,7 @@ import (
"github.com/ava-labs/libevm/libevm/options"
)
// An InspectDatabaseOption configures the behaviour of [InspectDatabase]. For
// each type of option, only one instance can be used in the same call to
// InspectDatabase().
// An InspectDatabaseOption configures the behaviour of [InspectDatabase].
type InspectDatabaseOption = options.Option[inspectDatabaseConfig]
type inspectDatabaseConfig struct {