Correct method name in comment

This commit is contained in:
Andrés Rodríguez 2018-05-16 10:54:56 -03:00
parent 78c47074a3
commit bbd8f410d9
1 changed files with 1 additions and 1 deletions

View File

@ -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
}