Skip to content

Commit c78db42

Browse files
authored
doc(core/rawdb): fix outdated comment (#134)
Missed in earlier PR: #132 (comment) Signed-off-by: Arran Schlosberg <[email protected]>
1 parent 0c90568 commit c78db42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/rawdb/database.libevm.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ import (
2121
"github.com/ava-labs/libevm/libevm/options"
2222
)
2323

24-
// An InspectDatabaseOption configures the behaviour of [InspectDatabase]. For
25-
// each type of option, only one instance can be used in the same call to
26-
// InspectDatabase().
24+
// An InspectDatabaseOption configures the behaviour of [InspectDatabase].
2725
type InspectDatabaseOption = options.Option[inspectDatabaseConfig]
2826

2927
type inspectDatabaseConfig struct {

0 commit comments

Comments
 (0)