Fix method name in comment
This commit is contained in:
parent
49e38d65be
commit
acc01090c1
|
@ -227,7 +227,7 @@ func (session *Session) StoreEngine(storeEngine string) *Session {
|
|||
return session
|
||||
}
|
||||
|
||||
// Method StoreEngine is only avialble charset dialect currently
|
||||
// Method Charset is only avialble mysql dialect currently
|
||||
func (session *Session) Charset(charset string) *Session {
|
||||
session.Statement.Charset = charset
|
||||
return session
|
||||
|
|
Loading…
Reference in New Issue