Merge pull request #123 from linc01n/fix_comment

Fix method name in comment
This commit is contained in:
Lunny Xiao 2014-05-07 20:52:41 +08:00
commit 71916f4f84
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