fix: typo (#524)
This commit is contained in:
parent
c360c20aa5
commit
7c70e8caa9
|
@ -573,7 +573,7 @@ func (engine *Engine) Id(id interface{}) *Session {
|
|||
return session.Id(id)
|
||||
}
|
||||
|
||||
// ID mehtod provoide a condition as (id) = ?
|
||||
// ID method provoide a condition as (id) = ?
|
||||
func (engine *Engine) ID(id interface{}) *Session {
|
||||
session := engine.NewSession()
|
||||
session.IsAutoClose = true
|
||||
|
|
Loading…
Reference in New Issue