mirror of https://github.com/status-im/migrate.git
Correct method name in comment
This commit is contained in:
parent
78c47074a3
commit
bbd8f410d9
|
@ -36,7 +36,7 @@ type Cassandra struct {
|
|||
session *gocql.Session
|
||||
isLocked bool
|
||||
|
||||
// Open and WithInstance need to guarantee that config is never nil
|
||||
// Open and WithSession need to guarantee that config is never nil
|
||||
config *Config
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue