Fix method name in comment

This commit is contained in:
Lincoln Lee 2014-05-07 20:14:33 +08:00
parent 49e38d65be
commit acc01090c1
1 changed files with 1 additions and 1 deletions

View File

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